org.bouncycastle.asn1.cms
public class EncryptedContentInfoParser extends Object
EncryptedContentInfo ::= SEQUENCE {
contentType ContentType,
contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier,
encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL
}
| Constructor Summary | |
|---|---|
| EncryptedContentInfoParser(ASN1SequenceParser seq) | |
| Method Summary | |
|---|---|
| AlgorithmIdentifier | getContentEncryptionAlgorithm() |
| DERObjectIdentifier | getContentType() |
| DEREncodable | getEncryptedContent(int tag) |