public class

EncryptedContentInfoParser

extends Object
java.lang.Object
   ↳ org.bouncycastle.asn1.cms.EncryptedContentInfoParser

Class Overview

 EncryptedContentInfo ::= SEQUENCE {
     contentType ContentType,
     contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier,
     encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL 
 }
 

Summary

Public Constructors
EncryptedContentInfoParser(ASN1SequenceParser seq)
Public Methods
AlgorithmIdentifier getContentEncryptionAlgorithm()
DERObjectIdentifier getContentType()
DEREncodable getEncryptedContent(int tag)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EncryptedContentInfoParser (ASN1SequenceParser seq)

Throws
IOException

Public Methods

public AlgorithmIdentifier getContentEncryptionAlgorithm ()

public DERObjectIdentifier getContentType ()

public DEREncodable getEncryptedContent (int tag)

Throws
IOException