Bouncy Castle Cryptography Library 1.84

org.bouncycastle.cert.cmp
Class POPODecryptionKeyResponseContent

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

public class POPODecryptionKeyResponseContent
extends java.lang.Object


Method Summary
static POPODecryptionKeyResponseContent fromPKIBody(org.bouncycastle.asn1.cmp.PKIBody pkiBody)
           
 byte[][] getResponses()
           
 org.bouncycastle.asn1.cmp.POPODecKeyRespContent toASN1Structure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

Bouncy Castle Cryptography Library 1.84