AESMode enum

Inheritance

Constructors

AESMode()
const

Values

none → const AESMode

无模式

cbc → const AESMode

密码分组连接模式(Cipher Block Chaining),使用块

cfb_64 → const AESMode

密文反馈模式(Cipher Feedback),使用块

ctr → const AESMode

计数器模式(A simplification of OFB),使用流

ecb → const AESMode

电子密码本模式(Electronic CodeBook),使用块

ofb64 → const AESMode

输出反馈模式(Output Feedback),使用块

ofb64Gctr → const AESMode

GOST 28147 OFB计数器模式,使用块

sic → const AESMode

计数器模式,使用流

gcm → const AESMode

伽罗瓦计数器模式,使用块

ige → const AESMode

无限乱码扩展,使用块

ccm → const AESMode

带有 CBC-MAC 的计数器,使用块

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AESMode>
A constant List of the values in this enum, in order of their declaration.