CipherType

enum CipherType : Enum<CipherType>

Cipher type.

Entries

Link copied to clipboard
CBC()

Cipher Block Chaining. See also: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Cipher_Block_Chaining_(CBC)

Link copied to clipboard
GCM()

Galois/Counter Mode. See also: https://en.wikipedia.org/wiki/Galois/Counter_Mode

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int