Uses of Interface
javax.xml.crypto.XMLCryptoContext
Packages that use 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
Methods in javax.xml.crypto with parameters of type XMLCryptoContextModifier 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
Classes in javax.xml.crypto.dom that implement XMLCryptoContextModifier and TypeClassDescriptionclass
This class provides a DOM-specific implementation of theXMLCryptoContext
interface. -
Uses of XMLCryptoContext in javax.xml.crypto.dsig
Subinterfaces of XMLCryptoContext in javax.xml.crypto.dsigModifier and TypeInterfaceDescriptioninterface
Contains context information for generating XML Signatures.interface
Contains context information for validating XML Signatures.Methods in javax.xml.crypto.dsig with parameters of type XMLCryptoContextModifier 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
Classes in javax.xml.crypto.dsig.dom that implement XMLCryptoContextModifier and TypeClassDescriptionclass
A DOM-specificXMLSignContext
.class
A DOM-specificXMLValidateContext
. -
Uses of XMLCryptoContext in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo with parameters of type XMLCryptoContextModifier 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.