Uses of Interface
org.bouncycastle.cert.crmf.EncryptedValuePadder
-
Packages that use EncryptedValuePadder Package Description org.bouncycastle.cert.crmf Basic support package for handling and creating CRMF (RFC 4211) certificate request messages.org.bouncycastle.cert.crmf.bc -
-
Uses of EncryptedValuePadder in org.bouncycastle.cert.crmf
Constructors in org.bouncycastle.cert.crmf with parameters of type EncryptedValuePadder Constructor 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(org.bouncycastle.asn1.crmf.EncryptedValue value, EncryptedValuePadder padder)
Create a parser to read the passed in value, assuming the padder was applied to the data prior to encryption. -
Uses of EncryptedValuePadder in org.bouncycastle.cert.crmf.bc
Classes in org.bouncycastle.cert.crmf.bc that implement EncryptedValuePadder Modifier and Type Class Description class
BcFixedLengthMGF1Padder
An encrypted value padder that uses MGF1 as the basis of the padding.
-