org.bouncycastle.asn1.cms

Class EncryptedContentInfoParser

public class EncryptedContentInfoParser extends Object

 EncryptedContentInfo ::= SEQUENCE {
     contentType ContentType,
     contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier,
     encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL 
 }
 
Constructor Summary
EncryptedContentInfoParser(ASN1SequenceParser seq)
Method Summary
AlgorithmIdentifiergetContentEncryptionAlgorithm()
DERObjectIdentifiergetContentType()
DEREncodablegetEncryptedContent(int tag)

Constructor Detail

EncryptedContentInfoParser

public EncryptedContentInfoParser(ASN1SequenceParser seq)

Method Detail

getContentEncryptionAlgorithm

public AlgorithmIdentifier getContentEncryptionAlgorithm()

getContentType

public DERObjectIdentifier getContentType()

getEncryptedContent

public DEREncodable getEncryptedContent(int tag)