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
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 voidCanonicalizer20010315.circumventBugIfNeeded(XMLSignatureInput input) protected voidCanonicalizer20010315Excl.circumventBugIfNeeded(XMLSignatureInput input) protected voidCanonicalizerPhysical.circumventBugIfNeeded(XMLSignatureInput input) voidCanonicalizer20010315Excl.engineCanonicalize(XMLSignatureInput rootNode, String inclusiveNamespaces, OutputStream writer, boolean secureValidation) voidCanonicalizerBase.engineCanonicalize(XMLSignatureInput input, OutputStream writer, boolean secureValidation) Canonicalizes a Subtree node. -
Uses of XMLSignatureInput in org.apache.xml.security.signature
Subclasses of XMLSignatureInput in org.apache.xml.security.signatureModifier and TypeClassDescriptionclassThe XMLSignature Input as a byte array containing a collection of nodes or a subnode excluding or not comments and excluding or not other nodes.classThe XMLSignature Input as a precomputed digest.classclassThe XMLSignature Input wrapping aNodeclassclassThe XMLSignature Input as an input stream containing a collection of nodes or a subnode excluding or not comments and excluding or not other nodes.Methods in org.apache.xml.security.signature that return XMLSignatureInputModifier and TypeMethodDescriptionprotected XMLSignatureInputReference.dereferenceURIandPerformTransforms(OutputStream os) This method returns theXMLSignatureInputwhich is referenced by theURIAttribute.Reference.getContentsAfterTransformation()Returns the XMLSignatureInput which is the result of the Transforms.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.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 abstract XMLSignatureInputTransformSpi.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.Transform.performTransform(XMLSignatureInput input, boolean secureValidation) Transforms the input, and generatesXMLSignatureInputas output.Transform.performTransform(XMLSignatureInput input, OutputStream os, boolean secureValidation) Transforms the input, and generatesXMLSignatureInputas output.Transforms.performTransforms(XMLSignatureInput xmlSignatureInput) Applies all includedTransforms to xmlSignatureInput and returns the result of these transformations.Transforms.performTransforms(XMLSignatureInput xmlSignatureInput, OutputStream os) Applies all includedTransforms to xmlSignatureInput and returns the result of these transformations.Methods in org.apache.xml.security.transforms with parameters of type XMLSignatureInputModifier and TypeMethodDescriptionprotected abstract XMLSignatureInputTransformSpi.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.Transform.performTransform(XMLSignatureInput input, boolean secureValidation) Transforms the input, and generatesXMLSignatureInputas output.Transform.performTransform(XMLSignatureInput input, OutputStream os, boolean secureValidation) Transforms the input, and generatesXMLSignatureInputas output.Transforms.performTransforms(XMLSignatureInput xmlSignatureInput) Applies all includedTransforms to xmlSignatureInput and returns the result of these transformations.Transforms.performTransforms(XMLSignatureInput xmlSignatureInput, OutputStream os) Applies all includedTransforms 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 XMLSignatureInputTransformBase64Decode.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformC14N.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformC14NExclusive.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformEnvelopedSignature.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformXPath.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformXPath2Filter.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformXSLT.enginePerformTransform(XMLSignatureInput input, OutputStream baos, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.Methods in org.apache.xml.security.transforms.implementations with parameters of type XMLSignatureInputModifier and TypeMethodDescriptionprotected XMLSignatureInputTransformBase64Decode.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformC14N.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformC14NExclusive.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformEnvelopedSignature.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformXPath.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformXPath2Filter.enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformXSLT.enginePerformTransform(XMLSignatureInput input, OutputStream baos, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm. -
Uses of XMLSignatureInput in org.apache.xml.security.utils.resolver
Methods in org.apache.xml.security.utils.resolver that return XMLSignatureInputModifier and TypeMethodDescriptionabstract XMLSignatureInputResourceResolverSpi.engineResolveURI(ResourceResolverContext context) This is the workhorse method used to resolve resources.static XMLSignatureInputResourceResolver.resolve(List<ResourceResolverSpi> individualResolvers, ResourceResolverContext context) Method resolvestatic XMLSignatureInputResourceResolver.resolve(ResourceResolverContext context) 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.