| Package | Description |
|---|---|
| com.entrust.toolkit |
Contains various high-level classes that provide Toolkit JCA cryptographic provider initialization,
an Entrust User representation, a key/certificate source, a certificate set representation,
JNI initialization capabilities, PKCS #7 encoding and decoding, CMS and PKCS#7 User related
utilities, transaction counting, and an XML trust manager.
|
| 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.utils |
| Modifier and Type | Method and Description |
|---|---|
Name[] |
User.getDecryptionIssuers()
Returns the history of the decryption key issuers.
|
| Constructor and Description |
|---|
UALCredentialReader(CredentialReader credentials,
java.io.InputStream passwordCache)
Creates a
UALCredentialReader that lets you use the Server
Login feature with any other type of Digital Identity store. |
UALCredentialReader(CredentialReader credentials,
java.io.InputStream passwordCache,
java.lang.String updatedUalFileName)
Instantiates a
UALCredentialReader. |
UALCredentialReader(java.io.InputStream credentials,
java.io.InputStream passwordCache)
Deprecated.
use
UALCredentialReader(CredentialReader, InputStream )
instead |
UALCredentialReader(java.io.InputStream credentials,
java.io.InputStream passwordCache,
java.lang.String updatedUalFileName)
Deprecated.
use
UALCredentialReader(CredentialReader, InputStream, String)
instead |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Util.Base64Decode(byte[] in)
Base64 decodes the provided input data (byte representation of a Base64
encoded value).
|
static byte[] |
Util.Base64Decode(byte[] in,
boolean setIgnoreInvalidCharacters)
Base64 decodes the provided input data (byte representation of a Base64
encoded value).
|
static byte[] |
Util.Base64DecodeFromString(java.lang.String in)
Base64 decodes the provided input data (string representation of a Base64
encoded value).
|
static byte[] |
Util.Base64DecodeFromString(java.lang.String in,
boolean ignoreInvalidCharacters)
Base64 decodes the provided input data (string representation of a Base64
encoded value).
|
int |
Base64InputStream.read()
Returns the next BASE64 decoded byte, read from the underlying input stream.
|
int |
Base64InputStream.read(byte[] b,
int off,
int len)
Reads and decodes the specified number of data bytes from the underlying input
stream into a byte array until bytes are available.
|
static X509Certificate[] |
Util.readPEMCerts(java.io.InputStream location,
int MaxSize)
Reads X509Certificates in a PEM format into an array of
X509Certificates.
|