org.bouncycastle.asn1.cms
Class EncryptedContentInfoParser
java.lang.Object
org.bouncycastle.asn1.cms.EncryptedContentInfoParser
public class EncryptedContentInfoParser
extends java.lang.Object
EncryptedContentInfo ::= SEQUENCE {
contentType ContentType,
contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier,
encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL
}
EncryptedContentInfoParser
public EncryptedContentInfoParser(ASN1SequenceParser seq)
throws IOException
getEncryptedContent
public DEREncodable getEncryptedContent(int tag)
throws IOException