PCSDKModule Documentation

Structure Key​Pair

public struct KeyPair  

Holds SecKey references of a keypair

Properties

public​Key

public let publicKey: SecKey

The reference to public key's SecKey object

private​Key

public let privateKey: SecKey

The reference to private key's SecKey object