EncryptionKey
public struct EncryptionKey
Exported encryption key.
-
Key ID.
Declaration
Swift
public let id: String -
Key namespace.
Declaration
Swift
public let namespace: String -
Base64 encoded key.
Declaration
Swift
public let key: String -
Cryptographic algorithm associated with the key.
Declaration
Swift
public let algorithm: String -
Key version.
Declaration
Swift
public let version: Int
EncryptionKey Structure Reference