Other Protocols

The following protocols are available globally.

  • Provides an encryption / decryption API.

    See more

    Declaration

    Swift

    public protocol Ciphering
  • Undocumented

    See more

    Declaration

    Swift

    public protocol SecretSharing
  • Undocumented

    See more

    Declaration

    Swift

    public protocol Obfuscating
  • DataStoring API The implementer has to store Data associated with the given key.

    See more

    Declaration

    Swift

    public protocol DataStoring
  • Implementers must implement this for providing salt which can be used during encryption.

    See more

    Declaration

    Swift

    public protocol SaltProviding : AnyObject