AESPadding enum

Inheritance

Constructors

AESPadding()
const

Values

noPadding → const AESPadding

无补码

pkcs7Padding → const AESPadding

PKCS7/PKCS5 padding to a block

iso7816d4 → const AESPadding

根据ISO 9797-1中ISO 7814-4-方案2中引用的方案添加填充物的填充器。第一个字节是0x80,其余字节是0x00

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<AESPadding>
A constant List of the values in this enum, in order of their declaration.