| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.structures |
Contains classes used to create, parse, and manipulate general ASN.1
structures.
|
| com.entrust.toolkit.roaming |
Contains Toolkit classes that support SSL and TLS communication with
Entrust Authority™ Roaming Server (formerly Entrust/Roaming Server).
|
| iaik.asn1 | |
| iaik.asn1.structures | |
| iaik.cms | |
| iaik.pkcs.pkcs12 | |
| iaik.pkcs.pkcs7 |
| Constructor and Description |
|---|
AlgorithmIdentifier(DerInputStream is)
Deprecated.
|
| Constructor and Description |
|---|
RoamResult(DerInputStream dis)
Reads the data from the given input stream and parses the data
to create a
RoamResult object. |
| Modifier and Type | Method and Description |
|---|---|
DerInputStream |
DerInputStream.readConstructed()
Reads any CONSTRUCTED ASN.1 type from the input stream.
|
DerInputStream |
DerInputStream.readContextSpecific()
Reads an explicitly tagged CONTEXT SPECIFIC ASN.1 type from the input stream.
|
DerInputStream |
DerInputStream.readSequence()
Reads a SEQUENCE from the input stream.
|
DerInputStream |
DerInputStream.readSet()
Reads a SET from the input stream.
|
| Constructor and Description |
|---|
AlgorithmID(DerInputStream is)
Decodes an AlgorithmID from a DerInputStream.
|
| Modifier and Type | Field and Description |
|---|---|
protected DerInputStream |
EncryptedDataStream.m_encryptedData
An
InputStream holding the enveloped data. |
protected DerInputStream |
AuthenticatedDataStream.m_enveloped_data
An
InputStream holding the authenticated data. |
protected DerInputStream |
EnvelopedDataStream.m_envelopedData
An
InputStream holding the enveloped data. |
protected DerInputStream |
SignedDataStream.thisObject_
An InputStream from which a DER encoded SignedData object is read.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected static SafeBag[] |
SafeBag.parseSafeContents(DerInputStream safeContents)
Parses the SafeContents data structure and returns the included SafeBags.
|
protected static SafeBag[] |
SafeBag.parseSafeContents(DerInputStream safeContents,
boolean skipUnsupportedTypes)
Parses the SafeContents data structure and returns the included SafeBags.
|
| Modifier and Type | Field and Description |
|---|---|
protected DerInputStream |
DigestedDataStream.this_object
An InputStream from which a DER encoded DigestedData object is read.
|
protected DerInputStream |
SignedDataStream.this_object
An InputStream from which a DER encoded SignedData object is read.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ContentInfoStream.decode(DerInputStream is)
Reads and decodes the ContentInfo from a DerInputStream.
|