KeyType
public enum KeyType : String
This is used to identify the type of the key.
-
This identifies keys that cen be used for deriving other keys.
Declaration
Swift
case masterKey = "MasterKey"
-
This identifies secret keys that can be used with the secret box.
Declaration
Swift
case secretKey = "SecretBox.SecretKey"
-
This identifies keys that can be used for generic hashing.
Declaration
Swift
case genericHashKey = "GenericHash.Key"