| Package | Description |
|---|---|
| com.entrust.toolkit.xml.dsig.keyinfo.tokenref |
Contains classes used when creating and verifying XML Signatures.
|
| iaik.ixsil.keyinfo | |
| iaik.ixsil.keyinfo.x509 |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyProviderImplSecurityTokenRef
This class implements the
KeyProviderInterface for the SecurityTokenReference key information hints. |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyProviderImplKeyValue
This class implements the
KeyProviderInterface for KeyValue key information hints. |
| Modifier and Type | Method and Description |
|---|---|
KeyProviderInterface |
KeyManagerImpl.getKeyProvider()
Returns a reference to the particular key provider that provided the verification public key
to this
KeyManagerImpl. |
KeyProviderInterface |
VerifierKeyManager.getKeyProvider()
Returns a reference to the particular key provider that provided the verification public key
to this
VerifierKeyManager. |
KeyProviderInterface[] |
KeyManagerImpl.getKeyProviders()
Gets an array of all key providers registerred at this key manager.
|
KeyProviderInterface[] |
SignerKeyManager.getKeyProviders()
Gets an array of all key providers registerred at this key manager.
|
KeyProviderInterface[] |
VerifierKeyManager.getKeyProviders()
Gets an array of all key providers registerred at this key manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyManagerImpl.addKeyProvider(KeyProviderInterface keyProvider)
Used by the application to register a key provider at this key manager.
|
void |
KeyManagerImpl.removeKeyProvider(KeyProviderInterface keyProvider)
Removes the specified key provider from this key manager's list of registerred key providers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyProviderImplX509Data
This class implements the
KeyProviderInterface for X509Data key information
hints. |