Bouncy Castle Cryptography Library 1.79

org.bouncycastle.asn1.cmc
Class EncryptedPOP

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1Object
      extended byorg.bouncycastle.asn1.cmc.EncryptedPOP
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class EncryptedPOP
extends org.bouncycastle.asn1.ASN1Object

id-cmc-encryptedPOP OBJECT IDENTIFIER ::= {id-cmc 9} EncryptedPOP ::= SEQUENCE { request TaggedRequest, cms ContentInfo, thePOPAlgID AlgorithmIdentifier, witnessAlgID AlgorithmIdentifier, witness OCTET STRING }


Constructor Summary
EncryptedPOP(TaggedRequest request, ContentInfo cms, org.bouncycastle.asn1.x509.AlgorithmIdentifier thePOPAlgID, org.bouncycastle.asn1.x509.AlgorithmIdentifier witnessAlgID, byte[] witness)
           
 
Method Summary
 ContentInfo getCms()
           
static EncryptedPOP getInstance(java.lang.Object o)
           
 TaggedRequest getRequest()
           
 org.bouncycastle.asn1.x509.AlgorithmIdentifier getThePOPAlgID()
           
 byte[] getWitness()
           
 org.bouncycastle.asn1.x509.AlgorithmIdentifier getWitnessAlgID()
           
 org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedPOP

public EncryptedPOP(TaggedRequest request,
                    ContentInfo cms,
                    org.bouncycastle.asn1.x509.AlgorithmIdentifier thePOPAlgID,
                    org.bouncycastle.asn1.x509.AlgorithmIdentifier witnessAlgID,
                    byte[] witness)
Method Detail

getInstance

public static EncryptedPOP getInstance(java.lang.Object o)

getRequest

public TaggedRequest getRequest()

getCms

public ContentInfo getCms()

getThePOPAlgID

public org.bouncycastle.asn1.x509.AlgorithmIdentifier getThePOPAlgID()

getWitnessAlgID

public org.bouncycastle.asn1.x509.AlgorithmIdentifier getWitnessAlgID()

getWitness

public byte[] getWitness()

toASN1Primitive

public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()

Bouncy Castle Cryptography Library 1.79