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