Package org.bouncycastle.asn1.cms
Class EncryptedContentInfoParser
- java.lang.Object
-
- org.bouncycastle.asn1.cms.EncryptedContentInfoParser
-
-
Constructor Summary
Constructors Constructor Description EncryptedContentInfoParser(org.bouncycastle.asn1.ASN1SequenceParser seq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.x509.AlgorithmIdentifier
getContentEncryptionAlgorithm()
org.bouncycastle.asn1.ASN1ObjectIdentifier
getContentType()
org.bouncycastle.asn1.ASN1Encodable
getEncryptedContent(int tag)
-
-
-
Constructor Detail
-
EncryptedContentInfoParser
public EncryptedContentInfoParser(org.bouncycastle.asn1.ASN1SequenceParser seq) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getContentType
public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
-
getContentEncryptionAlgorithm
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getContentEncryptionAlgorithm()
-
getEncryptedContent
public org.bouncycastle.asn1.ASN1Encodable getEncryptedContent(int tag) throws IOException
- Throws:
IOException
-
-