DataType
public enum DataType
Denotes the type of data this represents.
-
Plaintext
Declaration
Swift
case plaintextType -
Encrypted
Declaration
Swift
case encryptedType -
Signed
Declaration
Swift
case signedType
DataType Enumeration Reference