public interface SignerKeyManager
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the Id attribute of the KeyInfo Element represented by this this SignerKeyManager interface.
|
org.w3c.dom.Element |
getKeyInfo()
Gets the DOM representation of the XML KeyInfo element, which should be incorporated into the XML
signature.
|
KeyProviderInterface[] |
getKeyProviders()
Gets an array of all key providers registerred at this key manager.
|
void |
setURIResolverParameters(URIResolverParameters params)
Sets the parameters to be used by the key mananger when resolving URIs.
|
org.w3c.dom.Element getKeyInfo()
throws KeyManagerException
null.null if no such information should be included in the XML signature.KeyManagerException - if providing the DOM representation for the XML KeyInfo element fails
for any reason.java.lang.String getId()
null if the attribute is not set.KeyProviderInterface[] getKeyProviders()
null, if there are no registerred
providers available.void setURIResolverParameters(URIResolverParameters params)
params - The parameters to be set. May be null to indicate a restore of the default
values.