Uses of Interface
javax.xml.crypto.dsig.keyinfo.KeyInfo
Package
Description
Common classes for XML cryptography.
Classes for generating and validating XML digital
signatures.
Classes for parsing and processing
KeyInfo
elements and structures.-
Uses of KeyInfo in javax.xml.crypto
Modifier and TypeMethodDescriptionabstract KeySelectorResult
KeySelector.select
(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context) Attempts to find a key that satisfies the specified constraints. -
Uses of KeyInfo in javax.xml.crypto.dsig
Modifier and TypeMethodDescriptionXMLSignature.getKeyInfo()
Returns the key info of thisXMLSignature
.Modifier and TypeMethodDescriptionabstract XMLSignature
XMLSignatureFactory.newXMLSignature
(SignedInfo si, KeyInfo ki) Creates anXMLSignature
and initializes it with the contents of the specifiedSignedInfo
andKeyInfo
objects.abstract XMLSignature
XMLSignatureFactory.newXMLSignature
(SignedInfo si, KeyInfo ki, List<? extends XMLObject> objects, String id, String signatureValueId) Creates anXMLSignature
and initializes it with the specified parameters. -
Uses of KeyInfo in javax.xml.crypto.dsig.keyinfo
Modifier and TypeMethodDescriptionabstract KeyInfo
KeyInfoFactory.newKeyInfo
(List<? extends XMLStructure> content) Creates aKeyInfo
containing the specified list of key information types.abstract KeyInfo
KeyInfoFactory.newKeyInfo
(List<? extends XMLStructure> content, String id) Creates aKeyInfo
containing the specified list of key information types and optional id.abstract KeyInfo
KeyInfoFactory.unmarshalKeyInfo
(XMLStructure xmlStructure) Unmarshals a newKeyInfo
instance from a mechanism-specificXMLStructure
(ex:DOMStructure
) instance.