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
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.AlgorithmIdentifierorg.bouncycastle.asn1.ASN1ObjectIdentifierorg.bouncycastle.asn1.ASN1EncodablegetEncryptedContent(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
-