Uses of Interface
org.bouncycastle.cert.crmf.EncryptedValuePadder
Packages that use EncryptedValuePadder
-
Uses of EncryptedValuePadder in org.bouncycastle.cert.crmf
Constructors in org.bouncycastle.cert.crmf with parameters of type EncryptedValuePadderModifierConstructorDescriptionEncryptedValueBuilder(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 EncryptedValuePadderModifier and TypeClassDescriptionclassAn encrypted value padder that uses MGF1 as the basis of the padding.