new PKCS7(data)
Creates a new PKCS7 padding mode instance
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | Initialization options for the class, passed automatically into PKCS7#initialize |
- Source:
Extends
Methods
-
initialize(data) → {PaddingMode}
-
Invoked during subclass instantiation. All properties needed to initialize the class must be passed in.
Parameters:
Name Type Description data
Object A list of properties used to initialize the class. Properties
Name Type Description cipher
BlockCipher A reference to a BlockCipher subclass instance. Used to get information about the block size. - Inherited From:
- Source:
Returns:
- Type
- PaddingMode