Other Enumerations
The following enumerations are available globally.
-
Declaration
Swift
internal enum DisplayedMessage -
Declaration
Swift
public enum PassportAuthenticationStatus -
The
See moreAESKeySizeenum represents the key sizes available for AES (Advanced Encryption Standard) encryption. AES supports key sizes of 128, 192, and 256 bits.Declaration
Swift
internal enum AESKeySize : Int
View on GitHub
Other Enumerations Reference