Uses of Interface
javax.xml.crypto.dsig.keyinfo.KeyInfo
Packages that use KeyInfo
包
描述
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 KeyInfo修饰符和类方法描述abstract KeySelectorResultKeySelector.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 KeyInfoMethods in javax.xml.crypto.dsig with parameters of type KeyInfo修饰符和类方法描述abstract XMLSignatureXMLSignatureFactory.newXMLSignature(SignedInfo si, KeyInfo ki) Creates anXMLSignatureand initializes it with the contents of the specifiedSignedInfoandKeyInfoobjects.abstract XMLSignatureXMLSignatureFactory.newXMLSignature(SignedInfo si, KeyInfo ki, List<? extends XMLObject> objects, String id, String signatureValueId) Creates anXMLSignatureand initializes it with the specified parameters. -
Uses of KeyInfo in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo that return KeyInfo修饰符和类方法描述abstract KeyInfoKeyInfoFactory.newKeyInfo(List<? extends XMLStructure> content) Creates aKeyInfocontaining the specified list of key information types.abstract KeyInfoKeyInfoFactory.newKeyInfo(List<? extends XMLStructure> content, String id) Creates aKeyInfocontaining the specified list of key information types and optional id.abstract KeyInfoKeyInfoFactory.unmarshalKeyInfo(XMLStructure xmlStructure) Unmarshals a newKeyInfoinstance from a mechanism-specificXMLStructure(ex:DOMStructure) instance.