| Package | Description |
|---|---|
| com.entrust.toolkit.cms |
Contains the
EntrustProvider class, which implements the IAIK's SecurityProvider interface for the JCA Entrust provider. |
| iaik.cms |
| Modifier and Type | Class and Description |
|---|---|
class |
EntrustProvider
This class implements the SecurityProvider interface for the provider Entrust.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IaikProvider
This class implements the SecurityProvider for the provider IAIK
cryptographic provider of IAIK-JCE.
|
| Modifier and Type | Field and Description |
|---|---|
protected SecurityProvider |
AuthenticatedDataStream.m_securityProvider
The SecurityProvider to be used.
|
protected SecurityProvider |
EncryptedContentInfoStream.securityProvider_
The SeucrityProvider used for cryptographic tasks.
|
protected SecurityProvider |
EncryptedDataStream.securityProvider_
The SecurityProvider responsible for cryptographic operations.
|
protected SecurityProvider |
RecipientInfo.securityProvider_
The SecurityProvider providing the required cryptographic engines.
|
protected SecurityProvider |
SignedDataStream.securityProvider_
The SecurityProvider to be used.
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityProvider |
SecurityProvider.getSecurityProvider()
Returns the active SecurityProvider.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SecurityProvider.setSecurityProvider(SecurityProvider provider)
Sets the global SecurityProvider.
|