Uses of Interface
javax.xml.crypto.XMLCryptoContext
Package
Description
Common classes for XML cryptography.
DOM-specific classes for the
javax.xml.crypto
package.Classes for generating and validating XML digital
signatures.
DOM-specific classes for the
javax.xml.crypto.dsig
package.Classes for parsing and processing
KeyInfo
elements and structures.-
Uses of XMLCryptoContext in javax.xml.crypto
Modifier and TypeMethodDescriptionURIDereferencer.dereference
(URIReference uriReference, XMLCryptoContext context) Dereferences the specifiedURIReference
and returns the dereferenced data.abstract KeySelectorResult
KeySelector.select
(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context) Attempts to find a key that satisfies the specified constraints. -
Uses of XMLCryptoContext in javax.xml.crypto.dom
Modifier and TypeClassDescriptionclass
This class provides a DOM-specific implementation of theXMLCryptoContext
interface. -
Uses of XMLCryptoContext in javax.xml.crypto.dsig
Modifier and TypeInterfaceDescriptioninterface
Contains context information for generating XML Signatures.interface
Contains context information for validating XML Signatures.Modifier and TypeMethodDescriptionabstract void
TransformService.init
(XMLStructure parent, XMLCryptoContext context) Initializes thisTransformService
with the specified parameters and document context.abstract void
TransformService.marshalParams
(XMLStructure parent, XMLCryptoContext context) Marshals the algorithm-specific parameters.Transform.transform
(Data data, XMLCryptoContext context) Transforms the specified data using the underlying transform algorithm.Transform.transform
(Data data, XMLCryptoContext context, OutputStream os) Transforms the specified data using the underlying transform algorithm. -
Uses of XMLCryptoContext in javax.xml.crypto.dsig.dom
Modifier and TypeClassDescriptionclass
A DOM-specificXMLSignContext
.class
A DOM-specificXMLValidateContext
. -
Uses of XMLCryptoContext in javax.xml.crypto.dsig.keyinfo
Modifier and TypeMethodDescriptionRetrievalMethod.dereference
(XMLCryptoContext context) Dereferences theKeyInfo
information referenced by thisRetrievalMethod
and applies the specifiedTransform
s.void
KeyInfo.marshal
(XMLStructure parent, XMLCryptoContext context) Marshals the key info to XML.