Bouncy Castle Cryptography Library 1.84

org.bouncycastle.cert.cmp
Class POPODecryptionKeyChallengeContent

java.lang.Object
  extended byorg.bouncycastle.cert.cmp.POPODecryptionKeyChallengeContent

public class POPODecryptionKeyChallengeContent
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).


Method Summary
static POPODecryptionKeyChallengeContent fromPKIBody(org.bouncycastle.asn1.cmp.PKIBody pkiBody, DigestCalculatorProvider owfProvider)
           
 org.bouncycastle.asn1.cmp.POPODecKeyChallContent toASN1Structure()
           
 ChallengeContent[] toChallengeArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toChallengeArray

public ChallengeContent[] toChallengeArray()
                                    throws CMPException
Throws:
CMPException

fromPKIBody

public static POPODecryptionKeyChallengeContent fromPKIBody(org.bouncycastle.asn1.cmp.PKIBody pkiBody,
                                                            DigestCalculatorProvider owfProvider)

toASN1Structure

public org.bouncycastle.asn1.cmp.POPODecKeyChallContent toASN1Structure()

Bouncy Castle Cryptography Library 1.84