Structures

The following structures are available globally.

  • A struct that provides no encryption.

    See more

    Declaration

    Swift

    public struct NoEncryptor : Encryptor
  • SecuredKey is a representation of Secure Enclave keypair and performing PKI using Secure Enclave

    See more

    Declaration

    Swift

    public struct SecuredKey : @unchecked Sendable
  • A struct that provides encryption and decryption functionalities using SecuredKey.

    See more

    Declaration

    Swift

    public struct SecuredKeyEncryptor : Encryptor