Package | Description |
---|---|
old.org.bouncycastle.cert.crmf |
Modifier and Type | Class and Description |
---|---|
class |
FixedLengthMGF1Padder
An encrypted value padder that uses MGF1 as the basis of the padding.
|
Constructor and Description |
---|
EncryptedValueBuilder(KeyWrapper wrapper,
OutputEncryptor encryptor,
EncryptedValuePadder padder)
Create a builder that makes EncryptedValue structures with fixed length blocks padded using the passed in padder.
|
EncryptedValueParser(EncryptedValue value,
EncryptedValuePadder padder)
Create a parser to read the passed in value, assuming the padder was
applied to the data prior to encryption.
|
Copyright © 2015. All rights reserved.