KeyPair
public struct KeyPair
Public and private keypair struct
-
The Private key
Declaration
Swift
public var privateKey: SecKey -
The Private key
Declaration
Swift
public var publicKey: SecKey -
Alias for the key
Declaration
Swift
public var keyAlias: String
View on GitHub