org.bouncycastle.sasn1.cms
Class EncryptedContentInfoParser
java.lang.Object
org.bouncycastle.sasn1.cms.EncryptedContentInfoParser
Deprecated. use corresponding class in org.bouncycastle.asn1.cms
public class EncryptedContentInfoParser
- extends java.lang.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(Asn1Sequence seq)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException
getContentType
public Asn1ObjectIdentifier getContentType()
- Deprecated.
getContentEncryptionAlgorithm
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getContentEncryptionAlgorithm()
- Deprecated.
getEncryptedContent
public Asn1Object getEncryptedContent(int tag)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException