Uses of Class
org.apache.xml.security.signature.XMLSignatureInput
Packages that use XMLSignatureInput
Package
Description
-
Uses of XMLSignatureInput in org.apache.jcp.xml.dsig.internal.dom
Fields in org.apache.jcp.xml.dsig.internal.dom declared as XMLSignatureInputModifier and TypeFieldDescriptionprivate XMLSignatureInput
ApacheNodeSetData.xi
private XMLSignatureInput
ApacheOctetStreamData.xi
Methods in org.apache.jcp.xml.dsig.internal.dom that return XMLSignatureInputModifier and TypeMethodDescriptionApacheData.getXMLSignatureInput()
Returns the XMLSignatureInput.ApacheNodeSetData.getXMLSignatureInput()
ApacheOctetStreamData.getXMLSignatureInput()
Constructors in org.apache.jcp.xml.dsig.internal.dom with parameters of type XMLSignatureInputModifierConstructorDescription -
Uses of XMLSignatureInput in org.apache.xml.security.c14n.implementations
Methods in org.apache.xml.security.c14n.implementations with parameters of type XMLSignatureInputModifier and TypeMethodDescriptionprotected void
Canonicalizer20010315.circumventBugIfNeeded
(XMLSignatureInput input) protected void
Canonicalizer20010315Excl.circumventBugIfNeeded
(XMLSignatureInput input) (package private) abstract void
CanonicalizerBase.circumventBugIfNeeded
(XMLSignatureInput input) protected void
CanonicalizerPhysical.circumventBugIfNeeded
(XMLSignatureInput input) byte[]
Canonicalizer20010315Excl.engineCanonicalize
(XMLSignatureInput rootNode, String inclusiveNamespaces) byte[]
CanonicalizerBase.engineCanonicalize
(XMLSignatureInput input) Canonicalizes a Subtree node. -
Uses of XMLSignatureInput in org.apache.xml.security.keys.keyresolver.implementations
Methods in org.apache.xml.security.keys.keyresolver.implementations that return XMLSignatureInputModifier and TypeMethodDescriptionprivate XMLSignatureInput
KeyInfoReferenceResolver.resolveInput
(Attr uri, String baseURI, boolean secureValidation) Resolve the XML signature input represented by the specified URI.private static XMLSignatureInput
RetrievalMethodResolver.resolveInput
(RetrievalMethod rm, String baseURI, boolean secureValidation) Resolves the input from the given retrieval methodMethods in org.apache.xml.security.keys.keyresolver.implementations with parameters of type XMLSignatureInputModifier and TypeMethodDescriptionprivate static X509Certificate
RetrievalMethodResolver.getRawCertificate
(XMLSignatureInput resource) private Element
KeyInfoReferenceResolver.obtainReferenceElement
(XMLSignatureInput resource) Resolve the Element effectively represented by the XML signature input source.private static Element
RetrievalMethodResolver.obtainReferenceElement
(XMLSignatureInput resource, boolean secureValidation) -
Uses of XMLSignatureInput in org.apache.xml.security.signature
Fields in org.apache.xml.security.signature declared as XMLSignatureInputMethods in org.apache.xml.security.signature that return XMLSignatureInputModifier and TypeMethodDescriptionprotected XMLSignatureInput
Reference.dereferenceURIandPerformTransforms
(OutputStream os) This method returns theXMLSignatureInput
which is referenced by theURI
Attribute.Reference.getContentsAfterTransformation()
Returns the XMLSignatureInput which is the result of the Transforms.private XMLSignatureInput
Reference.getContentsAfterTransformation
(XMLSignatureInput input, OutputStream os) Reference.getContentsBeforeTransformation()
Returns the XMLSignatureInput which is created by de-referencing the URI attribute.Reference.getNodesetBeforeFirstCanonicalization()
This method returns the XMLSignatureInput which represents the node set before some kind of canonicalization is applied for the first time.Manifest.getReferencedContentAfterTransformsItem
(int i) Method getReferencedContentAfterTransformsItemManifest.getReferencedContentBeforeTransformsItem
(int i) Method getReferencedContentPriorTransformsItemReference.getTransformsOutput()
This method only works after a call to verify.Methods in org.apache.xml.security.signature with parameters of type XMLSignatureInputModifier and TypeMethodDescriptionprivate void
Reference.cacheDereferencedElement
(XMLSignatureInput input) Store the dereferenced Element(s) so that it/they can be retrieved later.private XMLSignatureInput
Reference.getContentsAfterTransformation
(XMLSignatureInput input, OutputStream os) private byte[]
Reference.getPreCalculatedDigest
(XMLSignatureInput input) Get the pre-calculated digest value from the XMLSignatureInput.Constructors in org.apache.xml.security.signature with parameters of type XMLSignatureInputModifierConstructorDescriptionXMLSignatureInputDebugger
(XMLSignatureInput xmlSignatureInput) Constructor XMLSignatureInputDebuggerXMLSignatureInputDebugger
(XMLSignatureInput xmlSignatureInput, Set<String> inclusiveNamespace) Constructor XMLSignatureInputDebugger -
Uses of XMLSignatureInput in org.apache.xml.security.transforms
Methods in org.apache.xml.security.transforms that return XMLSignatureInputModifier and TypeMethodDescriptionprotected XMLSignatureInput
TransformSpi.enginePerformTransform
(XMLSignatureInput input) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformSpi.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformSpi.enginePerformTransform
(XMLSignatureInput input, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.Transform.performTransform
(XMLSignatureInput input) Transforms the input, and generatesXMLSignatureInput
as output.Transform.performTransform
(XMLSignatureInput input, OutputStream os) Transforms the input, and generatesXMLSignatureInput
as output.Transforms.performTransforms
(XMLSignatureInput xmlSignatureInput) Applies all includedTransform
s to xmlSignatureInput and returns the result of these transformations.Transforms.performTransforms
(XMLSignatureInput xmlSignatureInput, OutputStream os) Applies all includedTransform
s to xmlSignatureInput and returns the result of these transformations.Methods in org.apache.xml.security.transforms with parameters of type XMLSignatureInputModifier and TypeMethodDescriptionprotected XMLSignatureInput
TransformSpi.enginePerformTransform
(XMLSignatureInput input) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformSpi.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformSpi.enginePerformTransform
(XMLSignatureInput input, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.Transform.performTransform
(XMLSignatureInput input) Transforms the input, and generatesXMLSignatureInput
as output.Transform.performTransform
(XMLSignatureInput input, OutputStream os) Transforms the input, and generatesXMLSignatureInput
as output.Transforms.performTransforms
(XMLSignatureInput xmlSignatureInput) Applies all includedTransform
s to xmlSignatureInput and returns the result of these transformations.Transforms.performTransforms
(XMLSignatureInput xmlSignatureInput, OutputStream os) Applies all includedTransform
s to xmlSignatureInput and returns the result of these transformations. -
Uses of XMLSignatureInput in org.apache.xml.security.transforms.implementations
Methods in org.apache.xml.security.transforms.implementations that return XMLSignatureInputModifier and TypeMethodDescriptionprotected XMLSignatureInput
TransformBase64Decode.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) protected XMLSignatureInput
TransformBase64Decode.enginePerformTransform
(XMLSignatureInput input, Transform transformObject) Method enginePerformTransformprotected XMLSignatureInput
TransformC14N.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) protected XMLSignatureInput
TransformC14N11_WithComments.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transform) protected XMLSignatureInput
TransformC14N11.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transform) protected XMLSignatureInput
TransformC14NExclusive.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) protected XMLSignatureInput
TransformC14NExclusiveWithComments.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) protected XMLSignatureInput
TransformC14NWithComments.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformEnvelopedSignature.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformXPath.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) Method enginePerformTransform The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformXPath2Filter.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) Method enginePerformTransform The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformXPointer.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) Method enginePerformTransformprotected XMLSignatureInput
TransformXSLT.enginePerformTransform
(XMLSignatureInput input, OutputStream baos, Transform transformObject) Methods in org.apache.xml.security.transforms.implementations with parameters of type XMLSignatureInputModifier and TypeMethodDescriptionprotected XMLSignatureInput
TransformBase64Decode.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) protected XMLSignatureInput
TransformBase64Decode.enginePerformTransform
(XMLSignatureInput input, Transform transformObject) Method enginePerformTransformprotected XMLSignatureInput
TransformC14N.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) protected XMLSignatureInput
TransformC14N11_WithComments.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transform) protected XMLSignatureInput
TransformC14N11.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transform) protected XMLSignatureInput
TransformC14NExclusive.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) protected XMLSignatureInput
TransformC14NExclusiveWithComments.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) protected XMLSignatureInput
TransformC14NWithComments.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformEnvelopedSignature.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformXPath.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) Method enginePerformTransform The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformXPath2Filter.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) Method enginePerformTransform The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformXPointer.enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) Method enginePerformTransformprotected XMLSignatureInput
TransformXSLT.enginePerformTransform
(XMLSignatureInput input, OutputStream baos, Transform transformObject) -
Uses of XMLSignatureInput in org.apache.xml.security.utils.resolver
Methods in org.apache.xml.security.utils.resolver that return XMLSignatureInputModifier and TypeMethodDescriptionabstract XMLSignatureInput
ResourceResolverSpi.engineResolveURI
(ResourceResolverContext context) This is the workhorse method used to resolve resources.Method resolve -
Uses of XMLSignatureInput in org.apache.xml.security.utils.resolver.implementations
Methods in org.apache.xml.security.utils.resolver.implementations that return XMLSignatureInputModifier and TypeMethodDescriptionResolverAnonymous.engineResolveURI
(ResourceResolverContext context) This is the workhorse method used to resolve resources.ResolverDirectHTTP.engineResolveURI
(ResourceResolverContext context) This is the workhorse method used to resolve resources.ResolverFragment.engineResolveURI
(ResourceResolverContext context) This is the workhorse method used to resolve resources.ResolverLocalFilesystem.engineResolveURI
(ResourceResolverContext context) This is the workhorse method used to resolve resources.ResolverXPointer.engineResolveURI
(ResourceResolverContext context) This is the workhorse method used to resolve resources.