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