public class EncryptedContentInfoParser
extends java.lang.Object
EncryptedContentInfo ::= SEQUENCE { contentType ContentType, contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier, encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL }
Constructor and Description |
---|
EncryptedContentInfoParser(Asn1Sequence seq)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getContentEncryptionAlgorithm()
Deprecated.
|
Asn1ObjectIdentifier |
getContentType()
Deprecated.
|
Asn1Object |
getEncryptedContent(int tag)
Deprecated.
|
public EncryptedContentInfoParser(Asn1Sequence seq) throws java.io.IOException
java.io.IOException
public Asn1ObjectIdentifier getContentType()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getContentEncryptionAlgorithm()
public Asn1Object getEncryptedContent(int tag) throws java.io.IOException
java.io.IOException