| 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.xml.dsig.keyinfo.tokenref |
Contains classes used when creating and verifying XML Signatures.
|
| iaik.ixsil.keyinfo.x509 |
| Modifier and Type | Class and Description |
|---|---|
class |
Trustmanager
The
Trustmanager class implements an
X509TrustManagerInterface used by the Toolkit when verifying
certificates in XML signatures and encrypting XML elements. |
| Modifier and Type | Field and Description |
|---|---|
protected X509TrustManagerInterface |
KeyProviderImplSecurityTokenRef.trustManager_
The implementation of the trust management system interface
X509TrustManagerInterface. |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyProviderImplSecurityTokenRef.setTrustManager(X509TrustManagerInterface trustManager)
Used by the application in the verification use case to set the trust management system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
X509TrustManagerDummyImpl
This class provides a dummy implementation for the
X509TrustManagerInterface for test purposes. |
| Modifier and Type | Field and Description |
|---|---|
protected X509TrustManagerInterface |
KeyProviderImplX509Data.trustManager_
The implementation of the trust management system interface
X509TrustManagerInterface. |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyProviderImplX509Data.setTrustManager(X509TrustManagerInterface trustManager)
This method can be used by the application in the verification use case to explicitely set the trust
management system which should be used to evaluate the X509 related key information in the signature.
|