org.bouncycastle.asn1.cms
Class EncryptedContentInfoParser
java.lang.Object
|
+--org.bouncycastle.asn1.cms.EncryptedContentInfoParser
- public class EncryptedContentInfoParser
- extends java.lang.Object
Parser for RFC 5652 EncryptedContentInfo object.
EncryptedContentInfo ::= SEQUENCE {
contentType ContentType,
contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier,
encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL
}
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptedContentInfoParser
public EncryptedContentInfoParser(ASN1SequenceParser seq)
throws java.io.IOException
getContentType
public ASN1ObjectIdentifier getContentType()
getContentEncryptionAlgorithm
public AlgorithmIdentifier getContentEncryptionAlgorithm()
getEncryptedContent
public ASN1Encodable getEncryptedContent(int tag)
throws java.io.IOException