org.bouncycastle.sasn1.cms
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 | |
---|---|
AlgorithmIdentifier | getContentEncryptionAlgorithm() |
Asn1ObjectIdentifier | getContentType() |
Asn1Object | getEncryptedContent(int tag) |