Bouncy Castle Cryptography Library 1.84

org.bouncycastle.cert.cmp
Class POPODecryptionKeyChallengeContentBuilder

java.lang.Object
  extended byorg.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).


Constructor Summary
POPODecryptionKeyChallengeContentBuilder(DigestCalculator owfCalculator, org.bouncycastle.asn1.ASN1ObjectIdentifier challengeEncAlg)
           
 
Method Summary
 POPODecryptionKeyChallengeContentBuilder addChallenge(RecipientInfoGenerator recipientInfGenerator, org.bouncycastle.asn1.x509.GeneralName recipient, byte[] A)
           
 POPODecryptionKeyChallengeContent build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POPODecryptionKeyChallengeContentBuilder

public POPODecryptionKeyChallengeContentBuilder(DigestCalculator owfCalculator,
                                                org.bouncycastle.asn1.ASN1ObjectIdentifier challengeEncAlg)
Method Detail

addChallenge

public POPODecryptionKeyChallengeContentBuilder addChallenge(RecipientInfoGenerator recipientInfGenerator,
                                                             org.bouncycastle.asn1.x509.GeneralName recipient,
                                                             byte[] A)
                                                      throws CMPException
Throws:
CMPException

build

public POPODecryptionKeyChallengeContent build()

Bouncy Castle Cryptography Library 1.84