| Package | Description |
|---|---|
| com.entrust.toolkit.credentials |
Contains classes the enable creation, recovery, reading, and writing of
digital identities using a
variety of key sources, classes for implementing the Toolkit's KeyStore
capabilities, and classes to support integration with a Smart Card
Management System.
|
| iaik.pkcs | |
| iaik.pkcs.pkcs10 | |
| iaik.pkcs.pkcs12 | |
| iaik.pkcs.pkcs7 |
| Constructor and Description |
|---|
PKCS12Reader(java.io.InputStream p12)
Creates a
PKCS12Reader object to a Digital Identity stored in a
PKCS#12 file. |
| Constructor and Description |
|---|
NetscapeCertList(java.io.InputStream is)
Creates a
NetscapeCertList from an input stream. |
PKCS7CertList(java.io.InputStream is)
Creates a
PKCS7CertList from an input stream. |
| Constructor and Description |
|---|
CertificateRequest(byte[] arr)
Creates a CertificateRequest form a byte array.
|
CertificateRequest(java.io.InputStream is)
Creates a CertificateRequest form an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PKCS12.decode()
Decodes this given PKCS#12 object for parsing the internal structure.
|
| Constructor and Description |
|---|
AuthenticatedSafe(ASN1Object obj)
Creates a new
AuthenticatedSafe object from an ASN1Object. |
PKCS12(ASN1Object obj)
Creates a PKCS#12 object from an ASN1Object.
|
PKCS12(java.io.InputStream is)
Creates a new PKCS#12 object from an InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
static ContentStream |
ContentInfoStream.create(ObjectID oid,
java.io.InputStream is)
Returns a stream-supporting instance of the specified PKCS#7 content type implementation, defined
by its ASN.1 ObjectID.
|
protected void |
ContentInfoStream.decode(DerInputStream is)
Reads and decodes the ContentInfo from a DerInputStream.
|
void |
ContentStream.decode(java.io.InputStream is)
Decodes the DER encoded data of the implemented PKCS#7 content type, supplied from an input stream.
|
void |
DataStream.decode(java.io.InputStream is)
Reads and decodes the Data from a DerInputStream.
|
void |
DigestedDataStream.decode(java.io.InputStream is)
Reads and decodes the DigestedDataStream from a DerInputStream.
|
protected void |
EncryptedContentInfoStream.decode(java.io.InputStream is)
Reads and decodes the EncryptedContentInfoStream from a DerInputStream.
|
void |
EncryptedDataStream.decode(java.io.InputStream is)
Reads and decodes the EncryptedDataStream from a DerInputStream.
|
void |
EnvelopedDataStream.decode(java.io.InputStream is)
Reads and decodes the EnvelopedData from a DerInputStream.
|
void |
SignedAndEnvelopedDataStream.decode(java.io.InputStream is)
Reads and decodes the SignedAndEnvelopedData 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 PKCS#7 ContentInfoStream.
|
| Constructor and Description |
|---|
ContentInfoStream(java.io.InputStream is)
Creates a new ContentInfoStream where the DER encoded data
is read from the given InputStream.
|
DataStream(java.io.InputStream is)
Creates a new PKCS#7 data from a BER encoded InputStream.
|
DigestedDataStream(java.io.InputStream is)
Creates a PKCS#7 DigestedData from an InputStream.
|
EncryptedContentInfoStream(java.io.InputStream is)
Creates a new EncryptedContentInfoStream where the DER encoded data
is read from the given InputStream.
|
EncryptedDataStream(java.io.InputStream is)
Creates a new EncryptedDataStream where the DER encoded data
is read from the given InputStream.
|
EnvelopedDataStream(java.io.InputStream is)
Creates a new EnvelopedDataStream where the DER encoded data
is read from the given InputStream.
|
SignedAndEnvelopedDataStream(java.io.InputStream is)
Creates a new SignedAndEnvelopedDataStream 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.
|