PKCS7Pad.padCount

struct PKCS7Pad
uint
padCount
pure
(
in ubyte[] block
)

Return Value

Type: uint

the number of padding bytes appended to this block.

Throws

InvalidCipherTextException if the padding is corrupted.

Meta