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) |
public EncryptedContentInfoParser(ASN1SequenceParser seq) throws java.io.IOException
java.io.IOExceptionpublic ASN1ObjectIdentifier getContentType()
public AlgorithmIdentifier getContentEncryptionAlgorithm()
public ASN1Encodable getEncryptedContent(int tag) throws java.io.IOException
java.io.IOException