org.bouncycastle.sasn1.cms

Class EncryptedContentInfoParser


public class EncryptedContentInfoParser
extends java.lang.Object

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

Constructor Summary

EncryptedContentInfoParser(Asn1Sequence seq)

Method Summary

AlgorithmIdentifier
getContentEncryptionAlgorithm()
Asn1ObjectIdentifier
getContentType()
Asn1Object
getEncryptedContent(int tag)

Constructor Details

EncryptedContentInfoParser

public EncryptedContentInfoParser(Asn1Sequence seq)
            throws IOException

Method Details

getContentEncryptionAlgorithm

public AlgorithmIdentifier getContentEncryptionAlgorithm()

getContentType

public Asn1ObjectIdentifier getContentType()

getEncryptedContent

public Asn1Object getEncryptedContent(int tag)
            throws IOException