Protocols

The following protocols are available globally.

  • A protocol that defines methods for encrypting and decrypting data.

    See more

    Declaration

    Swift

    public protocol Encryptor : Sendable
  • Protocol to persist and retrieve Codable instance.

    See more

    Declaration

    Swift

    public protocol Storage<T> : Sendable