| Package | Description |
|---|---|
| com.entrust.toolkit.xml.dsig.keyinfo.tokenref |
Contains classes used when creating and verifying XML Signatures.
|
| iaik.ixsil.core | |
| iaik.ixsil.keyinfo | |
| iaik.ixsil.keyinfo.x509 |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyProviderImplSecurityTokenRef.setURIResolverParameters(URIResolverParameters params) |
| Modifier and Type | Field and Description |
|---|---|
protected URIResolverParameters |
TransformInstruction.uriResolverParameters_
Structure encapsulating some parameters for resolving URIs.
|
| Constructor and Description |
|---|
TransformInstruction(org.w3c.dom.Element transInstrDOMElem,
URIResolverParameters uriResolverParameters,
boolean useCase)
Creates a transform instruction object, depending on the specified use case.
|
URIResolverParameters(URIResolverParameters original)
Copy constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected URIResolverParameters |
KeyManagerImpl.uRIResolverParameters_
Parameters used by the key manager when resolving URIs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyManagerImpl.setURIResolverParameters(URIResolverParameters params)
Sets the parameters to be used by the key mananger when resolving URIs.
|
void |
KeyProviderImplKeyValue.setURIResolverParameters(URIResolverParameters params)
Sets the parameters to be used by the key provider when resolving URIs.
|
void |
KeyProviderInterface.setURIResolverParameters(URIResolverParameters params)
Sets the parameters to be used by the key provider when resolving URIs.
|
void |
SignerKeyManager.setURIResolverParameters(URIResolverParameters params)
Sets the parameters to be used by the key mananger when resolving URIs.
|
void |
VerifierKeyManager.setURIResolverParameters(URIResolverParameters params)
Sets the parameters to be used by the key mananger when resolving URIs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyProviderImplX509Data.setURIResolverParameters(URIResolverParameters params)
Sets the parameters to be used by the key provider when resolving URIs.
|