Uses of Interface
javax.xml.crypto.dsig.keyinfo.KeyInfo
Packages that use 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
Methods in javax.xml.crypto with parameters of type KeyInfoModifier 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
Methods in javax.xml.crypto.dsig that return KeyInfoModifier and TypeMethodDescriptionXMLSignature.getKeyInfo()
Returns the key info of thisXMLSignature
.Methods in javax.xml.crypto.dsig with parameters of type KeyInfoModifier 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
Methods in javax.xml.crypto.dsig.keyinfo that return KeyInfoModifier 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.