SecKey
public extension SecKey
-
The externalRepresentation of a SecKey in ANSI X9.63 format.
Declaration
Swift
var externalRepresentation: Data? { get } -
The public key for a private SecKey.
Declaration
Swift
var publicKey: SecKey? { get }
View on GitHub
SecKey Extension Reference