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