Structure KeyPair public struct KeyPair Holds SecKey references of a keypair Properties publicKey public let publicKey: SecKey The reference to public key's SecKey object privateKey public let privateKey: SecKey The reference to private key's SecKey object