org.bouncycastle.sasn1.cms

Class EncryptedContentInfoParser

public class EncryptedContentInfoParser extends Object

Deprecated: use corresponding class in org.bouncycastle.asn1.cms

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

Constructor Detail

EncryptedContentInfoParser

public EncryptedContentInfoParser(Asn1Sequence seq)

Method Detail

getContentEncryptionAlgorithm

public AlgorithmIdentifier getContentEncryptionAlgorithm()

getContentType

public Asn1ObjectIdentifier getContentType()

getEncryptedContent

public Asn1Object getEncryptedContent(int tag)