| Package | Description |
|---|---|
| iaik.ixsil.keyinfo |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Element |
KeyManagerImpl.getKeyInfo()
Gets the DOM representation of the XML KeyInfo element including all the keying information, which
should be incorporated into the XML signature.
|
org.w3c.dom.Element |
SignerKeyManager.getKeyInfo()
Gets the DOM representation of the XML KeyInfo element, which should be incorporated into the XML
signature.
|
java.security.Key |
KeyManagerImpl.getVerifierKey()
Gets the key which will be used to verify the XML signature.
|
java.security.Key |
VerifierKeyManager.getVerifierKey()
Gets the key which will be used to verify the XML signature.
|
void |
KeyManagerImpl.setKeyInfo(org.w3c.dom.Element keyInfo)
Initializes this key manager with the DOM representation of the XML KeyInfo element, as found in the
XML signature to be verified.
|
void |
VerifierKeyManager.setKeyInfo(org.w3c.dom.Element keyInfo)
Initializes the key manager, which is used in for the verification use case, with the DOM
representation of the XML KeyInfo element found in the XML signature, which is to be verified.
|