| Package | Description |
|---|---|
| iaik.cms | |
| iaik.smime |
| Modifier and Type | Method and Description |
|---|---|
static Content |
ContentInfo.create(ObjectID oid,
ASN1Object obj)
Returns an instance of the specified CMS content type implementation, defined
by its ASN.1 ObjectID.
|
static ContentStream |
ContentInfoStream.create(ObjectID oid,
java.io.InputStream is)
Returns a stream-supporting instance of the specified CMS content type implementation, defined
by its ASN.1 ObjectID.
|
void |
AuthenticatedData.decode(ASN1Object obj)
Decodes the given DigestedData ASN1 object.
|
void |
CompressedData.decode(ASN1Object asn1object)
Decodes the given CompressedData ASN1 object.
|
void |
Content.decode(ASN1Object obj)
Decodes the supplied CMS content type, given as ASN1Object.
|
void |
Data.decode(ASN1Object obj)
Reads and decodes the Data from an ASN1Object.
|
void |
DigestedData.decode(ASN1Object obj)
Decodes the given DigestedData ASN1 object.
|
void |
EncryptedContentInfo.decode(ASN1Object obj)
Decodes the EncryptedContentInfo supplied as ASN1Object.
|
void |
EncryptedData.decode(ASN1Object obj)
Decodes the given EncryptedData ASN1 object.
|
void |
EnvelopedData.decode(ASN1Object obj)
Decodes the given EnvelopedData ASN1 object.
|
void |
OriginatorInfo.decode(ASN1Object obj)
Decodes an OriginatorInfo from its ASN.1 representation.
|
void |
SignedData.decode(ASN1Object obj)
Decodes the SignedData supplied as ASN1Object.
|
protected void |
ContentInfo.decode(DerInputStream is)
Reads and decodes a BER encoded ContentInfo from the given input stream.
|
protected void |
ContentInfoStream.decode(DerInputStream is)
Reads and decodes the ContentInfo from a DerInputStream.
|
protected void |
EncapsulatedContentInfo.decode(DerInputStream is)
Reads and decodes an encoded EncapsulatedContentInfo from a input stream.
|
protected void |
EncapsulatedContentInfoStream.decode(DerInputStream is)
Reads and decodes an encoded EncapsulatedContentInfo from an input stream.
|
void |
AuthenticatedData.decode(java.io.InputStream is)
Reads and decodes the encoded AuthenticatedData from an input stream.
|
void |
AuthenticatedDataStream.decode(java.io.InputStream is)
Reads and decodes a BER encoded DigestedData from an input stream.
|
void |
CertificateSet.decode(java.io.InputStream is)
Decodes a CertifcateSet from the given InputStream.
|
void |
CompressedDataStream.decode(java.io.InputStream inputstream)
Reads and decodes an encoded CompressedDataStream from an input stream.
|
void |
ContentStream.decode(java.io.InputStream is)
Decodes the BER encoded data of the implemented CMS content type, supplied from an input stream.
|
void |
Data.decode(java.io.InputStream is)
Reads and decodes the Data from an InputStream.
|
void |
DataStream.decode(java.io.InputStream is)
Reads and decodes the BER encoded Data from an input stream.
|
void |
DigestedData.decode(java.io.InputStream is)
Reads and decodes the encoded DigestedData from an input stream.
|
void |
DigestedDataStream.decode(java.io.InputStream is)
Reads and decodes a BER encoded DigestedData from an input stream.
|
protected void |
EncryptedContentInfo.decode(java.io.InputStream is)
Reads and decodes an encoded EncryptedContentInfo from an input stream.
|
protected void |
EncryptedContentInfoStream.decode(java.io.InputStream is)
Reads and decodes an encoded EncryptedContentInfoStream from an input stream.
|
void |
EncryptedData.decode(java.io.InputStream is)
Reads and decodes an encoded EncryptedData from the given input stream.
|
void |
EncryptedDataStream.decode(java.io.InputStream is)
Reads and decodes an encoded EncryptedDataStream from an input stream.
|
void |
EnvelopedData.decode(java.io.InputStream is)
Reads and decodes an encoded EnvelopedData from the given input stream.
|
void |
EnvelopedDataStream.decode(java.io.InputStream is)
Reads and decodes an BER encoded EnvelopedData from a the given input stream.
|
void |
OriginatorInfo.decode(java.io.InputStream is)
Reads and decodes the OriginatorInfo from DER encoding.
|
void |
SignedData.decode(java.io.InputStream is)
Reads and decodes the SignedData from a DerInputStream.
|
void |
SignedDataStream.decode(java.io.InputStream is)
Reads and decodes the SignedDataStream from a DerInputStream.
|
ContentStream |
ContentInfoStream.getContent()
Returns the content of this CMS ContentInfoStream.
|
static RecipientInfo |
RecipientInfo.parseRecipientInfo(ASN1Object obj)
Parses a RecipientInfo from the supplied ASN1Object.
|
static RecipientInfo |
RecipientInfo.parseRecipientInfo(java.io.InputStream is)
Parses a DER encoded RecipientInfo from the supplied input stream.
|
static RecipientInfo[] |
RecipientInfo.parseRecipientInfos(java.io.InputStream is)
Parses a SET of DER encoded RecipientInfos from the supplied input stream.
|
| Constructor and Description |
|---|
AuthenticatedData(java.io.InputStream is)
Creates an AuthenticatedData from a DER encoded AutheticatedData
object which is read from the given InputStream.
|
AuthenticatedDataStream(java.io.InputStream is)
Creates an AuthenticatedDataStream from a BER encoded AutheticatedData object which is read
from the given InputStream.
|
CertificateSet(java.io.InputStream is)
Creates a new CertificateSet where the DER encoded data
is read from the given InputStream.
|
CMSCertList(java.io.InputStream is)
Creates a
CMSCertList from an input stream. |
CompressedData(java.io.InputStream inputstream)
Creates a new CompressedData where the DER encoded data is read from the
given InputStream.
|
CompressedDataStream(java.io.InputStream inputstream)
Creates a new CompressedDataStream where the BER encoded data is read
from the given InputStream.
|
ContentInfo(ASN1Object obj)
Creates a CMS ContentInfo from an ASN1Object.
|
ContentInfo(java.io.InputStream is)
Creates a new ContentInfo where the BER encoded data
is read from the given InputStream.
|
ContentInfoStream(java.io.InputStream is)
Creates a new ContentInfoStream where the BER encoded data
is read from the given InputStream.
|
Data(ASN1Object obj)
Creates a CMS Data object from an ASN1Object.
|
Data(java.io.InputStream is)
Creates a new CMS Data from a DER encoded InputStream.
|
DataStream(java.io.InputStream is)
Creates a new CMS data from a BER encoded InputStream.
|
DigestedData(ASN1Object obj)
Creates a CMS
DigestedData from an ASN1Object. |
DigestedData(java.io.InputStream is)
Creates a CMS DigestedData from an InputStream.
|
DigestedDataStream(java.io.InputStream is)
Creates a DigestedDataStream object from an InputStream.
|
EncapsulatedContentInfo(ASN1Object obj)
Creates a CMS EncapsulatedContentInfo from an ASN1Object.
|
EncapsulatedContentInfo(java.io.InputStream is)
Creates a new EncapsulatedContentInfo where the DER encoded data
is read from the given InputStream.
|
EncapsulatedContentInfoStream(java.io.InputStream is)
Creates a new EncapsulatedContentInfo where the BER encoded data
is read from the given InputStream.
|
EncryptedContentInfo(ASN1Object obj)
Creates an EncryptedContentInfo from an ASN1Object.
|
EncryptedContentInfo(java.io.InputStream is)
Creates a new EncryptedContentInfo where the DER encoded data
is read from the given InputStream.
|
EncryptedContentInfoStream(java.io.InputStream is)
Creates a new EncryptedContentInfoStream where the BER encoded data
is read from the given InputStream.
|
EncryptedData(ASN1Object obj)
Creates an EncryptedData object from the given ASN1 object.
|
EncryptedData(java.io.InputStream is)
Creates a new EncryptedData where the DER encoded data
is read from the given InputStream.
|
EncryptedDataStream(java.io.InputStream is)
Creates a new EncryptedDataStream where the BER encoded data
is read from the given InputStream.
|
EnvelopedData(ASN1Object obj)
Creates a CMS EnvelopedData from an ASN1Object.
|
EnvelopedData(java.io.InputStream is)
Creates a new EnvelopedData where the DER encoded data
is read from the given InputStream.
|
EnvelopedDataStream(java.io.InputStream is)
Creates a new EnvelopedDataStream where the BER encoded data
is read from the given InputStream.
|
OriginatorInfo(ASN1Object obj)
Creates a new OriginatorInfo from its ASN.1 representation.
|
OriginatorInfo(java.io.InputStream is)
Creates a new OriginatorInfo from its DER encoding,
read from the given InputStream.
|
SignedData(ASN1Object obj)
Creates a CMS
SignedData from an ASN1Object. |
SignedData(java.io.InputStream is)
Creates a new SignedData where the DER encoded data
is read from the given InputStream.
|
SignedDataStream(java.io.InputStream is)
Creates a new SignedDataStream where the DER encoded data
is read from the given InputStream.
|
| Constructor and Description |
|---|
SMimeCompressed(java.io.InputStream inputstream)
Creates a new SMimeCompressed object where the BER encoded message is read
from the given input stream.
|