Package org.bouncycastle.cert.cmp
Class POPODecryptionKeyChallengeContent
- java.lang.Object
-
- org.bouncycastle.cert.cmp.POPODecryptionKeyChallengeContent
-
public class POPODecryptionKeyChallengeContent extends java.lang.ObjectPOPODecKeyChallContent ::= SEQUENCE OF Challenge -- One Challenge per encryption key certification request (in the -- same order as these requests appear in CertReqMessages).
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static POPODecryptionKeyChallengeContentfromPKIBody(org.bouncycastle.asn1.cmp.PKIBody pkiBody, DigestCalculatorProvider owfProvider)org.bouncycastle.asn1.cmp.POPODecKeyChallContenttoASN1Structure()ChallengeContent[]toChallengeArray()
-
-
-
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()
-
-