Class POPODecryptionKeyChallengeContentBuilder
java.lang.Object
org.bouncycastle.cert.cmp.POPODecryptionKeyChallengeContentBuilder
POPODecKeyChallContent ::= SEQUENCE OF Challenge
-- One Challenge per encryption key certification request (in the
-- same order as these requests appear in CertReqMessages).
-
Constructor Summary
ConstructorsConstructorDescriptionPOPODecryptionKeyChallengeContentBuilder(DigestCalculator owfCalculator, org.bouncycastle.asn1.ASN1ObjectIdentifier challengeEncAlg) -
Method Summary
Modifier and TypeMethodDescriptionaddChallenge(RecipientInfoGenerator recipientInfGenerator, org.bouncycastle.asn1.x509.GeneralName recipient, byte[] A) build()
-
Constructor Details
-
POPODecryptionKeyChallengeContentBuilder
public POPODecryptionKeyChallengeContentBuilder(DigestCalculator owfCalculator, org.bouncycastle.asn1.ASN1ObjectIdentifier challengeEncAlg)
-
-
Method Details
-
addChallenge
public POPODecryptionKeyChallengeContentBuilder addChallenge(RecipientInfoGenerator recipientInfGenerator, org.bouncycastle.asn1.x509.GeneralName recipient, byte[] A) throws CMPException - Throws:
CMPException
-
build
-