PaddingMode

PaddingMode enum

Defines how to treat messages that is shorter than block required by crypto operation.s.

enum class PaddingMode

Values

NameValueDescription
None1No padding.
PKCS72Use PKCS #7 padding string.
Zeros3Use zero bytes.
ANSIX9234Use ANSIX923 padding string.
ISO101265Use ISO10126 padding string.

See Also