org.bouncycastle.cert.cmp
Class POPODecryptionKeyChallengeContentBuilder
java.lang.Object
org.bouncycastle.cert.cmp.POPODecryptionKeyChallengeContentBuilder
- public class POPODecryptionKeyChallengeContentBuilder
- extends java.lang.Object
POPODecKeyChallContent ::= SEQUENCE OF Challenge
-- One Challenge per encryption key certification request (in the
-- same order as these requests appear in CertReqMessages).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POPODecryptionKeyChallengeContentBuilder
public POPODecryptionKeyChallengeContentBuilder(DigestCalculator owfCalculator,
org.bouncycastle.asn1.ASN1ObjectIdentifier challengeEncAlg)
addChallenge
public POPODecryptionKeyChallengeContentBuilder addChallenge(RecipientInfoGenerator recipientInfGenerator,
org.bouncycastle.asn1.x509.GeneralName recipient,
byte[] A)
throws CMPException
- Throws:
CMPException
build
public POPODecryptionKeyChallengeContent build()