Package org.bouncycastle.cert.cmp
Class POPODecryptionKeyResponseContent
- java.lang.Object
-
- org.bouncycastle.cert.cmp.POPODecryptionKeyResponseContent
-
public class POPODecryptionKeyResponseContent extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static POPODecryptionKeyResponseContentfromPKIBody(org.bouncycastle.asn1.cmp.PKIBody pkiBody)byte[][]getResponses()org.bouncycastle.asn1.cmp.POPODecKeyRespContenttoASN1Structure()
-
-
-
Method Detail
-
getResponses
public byte[][] getResponses()
-
fromPKIBody
public static POPODecryptionKeyResponseContent fromPKIBody(org.bouncycastle.asn1.cmp.PKIBody pkiBody)
-
toASN1Structure
public org.bouncycastle.asn1.cmp.POPODecKeyRespContent toASN1Structure()
-
-