EncryptionKey

public struct EncryptionKey

Exported encryption key.

  • id

    Key ID.

    Declaration

    Swift

    public let id: String
  • Key namespace.

    Declaration

    Swift

    public let namespace: String
  • key

    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