Contents

setPairwiseMasterKey(_:)

Sets the interface pairwise primary key (PMK).

Declaration

func setPairwiseMasterKey(_ key: Data?) throws

Parameters

  • key:

    An NSData object containing the pairwise primary key (PMK).

Discussion

key must be 32 octets. If key is nil, this method clears the PMK for the interface.

See Also

Setting interface parameters