org.bouncycastle.asn1.cms

Class EncryptedContentInfoParser


public class EncryptedContentInfoParser
extends java.lang.Object

 EncryptedContentInfo ::= SEQUENCE {
     contentType ContentType,
     contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier,
     encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL 
 }
 

Constructor Summary

EncryptedContentInfoParser(ASN1SequenceParser seq)

Method Summary

AlgorithmIdentifier
getContentEncryptionAlgorithm()
DERObjectIdentifier
getContentType()
DEREncodable
getEncryptedContent(int tag)

Constructor Details

EncryptedContentInfoParser

public EncryptedContentInfoParser(ASN1SequenceParser seq)
            throws IOException

Method Details

getContentEncryptionAlgorithm

public AlgorithmIdentifier getContentEncryptionAlgorithm()

getContentType

public DERObjectIdentifier getContentType()

getEncryptedContent

public DEREncodable getEncryptedContent(int tag)
            throws IOException