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
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.AlgorithmIdentifier
org.bouncycastle.asn1.ASN1ObjectIdentifier
org.bouncycastle.asn1.ASN1Encodable
getEncryptedContent
(int tag)
-
Constructor Details
-
EncryptedContentInfoParser
- Throws:
IOException
-
-
Method Details
-
getContentType
public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType() -
getContentEncryptionAlgorithm
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getContentEncryptionAlgorithm() -
getEncryptedContent
- Throws:
IOException
-