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