Package | Description |
---|---|
org.bouncycastle.cert.crmf |
Basic support package for handling and creating CRMF (RFC 4211) certificate request messages.
|
org.bouncycastle.cert.crmf.bc |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BcFixedLengthMGF1Padder
An encrypted value padder that uses MGF1 as the basis of the padding.
|
Copyright © 2020 BouncyCastle.org. All rights reserved.