public class EncryptedContentInfoParser
extends java.lang.Object
EncryptedContentInfo ::= SEQUENCE { contentType ContentType, contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier, encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL }
| Constructor and Description |
|---|
EncryptedContentInfoParser(ASN1SequenceParser seq) |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmIdentifier |
getContentEncryptionAlgorithm() |
ASN1ObjectIdentifier |
getContentType() |
ASN1Encodable |
getEncryptedContent(int tag) |