Other Protocols
The following protocols are available globally.
-
Provides an encryption / decryption API.
See moreDeclaration
Swift
public protocol Ciphering
-
Undocumented
See moreDeclaration
Swift
public protocol SecretSharing
-
Undocumented
See moreDeclaration
Swift
public protocol Obfuscating
-
DataStoring API The implementer has to store Data associated with the given key.
See moreDeclaration
Swift
public protocol DataStoring
-
Implementers must implement this for providing salt which can be used during encryption.
See moreDeclaration
Swift
public protocol SaltProviding : AnyObject