Package org.bouncycastle.asn1.cms
Class EncryptedContentInfoParser
java.lang.Object
org.bouncycastle.asn1.cms.EncryptedContentInfoParser
Parser for RFC 5652 EncryptedContentInfo object.
EncryptedContentInfo ::= SEQUENCE { contentType ContentType, contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier, encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL }
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EncryptedContentInfoParser
- Throws:
IOException
-
-
Method Details
-
getContentType
-
getContentEncryptionAlgorithm
-
getEncryptedContent
- Throws:
IOException
-