Uses of Class
org.apache.xml.security.signature.XMLSignatureInput
-
-
Uses of XMLSignatureInput in org.apache.jcp.xml.dsig.internal.dom
Methods in org.apache.jcp.xml.dsig.internal.dom that return XMLSignatureInput Modifier and Type Method Description XMLSignatureInput
ApacheData. getXMLSignatureInput()
Returns the XMLSignatureInput.XMLSignatureInput
ApacheNodeSetData. getXMLSignatureInput()
XMLSignatureInput
ApacheOctetStreamData. getXMLSignatureInput()
Constructors in org.apache.jcp.xml.dsig.internal.dom with parameters of type XMLSignatureInput Constructor Description ApacheNodeSetData(XMLSignatureInput xi)
ApacheOctetStreamData(XMLSignatureInput xi)
-
Uses of XMLSignatureInput in org.apache.xml.security.c14n.implementations
Methods in org.apache.xml.security.c14n.implementations with parameters of type XMLSignatureInput Modifier and Type Method Description protected void
Canonicalizer11. circumventBugIfNeeded(XMLSignatureInput input)
protected void
Canonicalizer20010315. circumventBugIfNeeded(XMLSignatureInput input)
protected void
Canonicalizer20010315Excl. 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.signature
Methods in org.apache.xml.security.signature that return XMLSignatureInput Modifier and Type Method Description protected XMLSignatureInput
Reference. dereferenceURIandPerformTransforms(OutputStream os)
This method returns theXMLSignatureInput
which is referenced by theURI
Attribute.XMLSignatureInput
Reference. getContentsAfterTransformation()
Returns the XMLSignatureInput which is the result of the Transforms.XMLSignatureInput
Reference. getContentsBeforeTransformation()
Returns the XMLSignatureInput which is created by de-referencing the URI attribute.XMLSignatureInput
Reference. getNodesetBeforeFirstCanonicalization()
This method returns the XMLSignatureInput which represents the node set before some kind of canonicalization is applied for the first time.XMLSignatureInput
Manifest. getReferencedContentAfterTransformsItem(int i)
Method getReferencedContentAfterTransformsItemXMLSignatureInput
Manifest. getReferencedContentBeforeTransformsItem(int i)
Method getReferencedContentPriorTransformsItemXMLSignatureInput
Reference. getTransformsOutput()
This method only works works after a call to verify.Constructors in org.apache.xml.security.signature with parameters of type XMLSignatureInput Constructor Description XMLSignatureInputDebugger(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 XMLSignatureInput Modifier and Type Method Description protected 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.XMLSignatureInput
Transform. performTransform(XMLSignatureInput input)
Transforms the input, and generatesXMLSignatureInput
as output.XMLSignatureInput
Transform. performTransform(XMLSignatureInput input, OutputStream os)
Transforms the input, and generatesXMLSignatureInput
as output.XMLSignatureInput
Transforms. performTransforms(XMLSignatureInput xmlSignatureInput)
Applies all includedTransform
s to xmlSignatureInput and returns the result of these transformations.XMLSignatureInput
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 XMLSignatureInput Modifier and Type Method Description protected 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.XMLSignatureInput
Transform. performTransform(XMLSignatureInput input)
Transforms the input, and generatesXMLSignatureInput
as output.XMLSignatureInput
Transform. performTransform(XMLSignatureInput input, OutputStream os)
Transforms the input, and generatesXMLSignatureInput
as output.XMLSignatureInput
Transforms. performTransforms(XMLSignatureInput xmlSignatureInput)
Applies all includedTransform
s to xmlSignatureInput and returns the result of these transformations.XMLSignatureInput
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
-
Uses of XMLSignatureInput in org.apache.xml.security.utils.resolver
Methods in org.apache.xml.security.utils.resolver that return XMLSignatureInput Modifier and Type Method Description abstract XMLSignatureInput
ResourceResolverSpi. engineResolveURI(ResourceResolverContext context)
This is the workhorse method used to resolve resources.XMLSignatureInput
ResourceResolver. resolve(Attr uri, String baseURI, boolean secureValidation)
Method resolve -
Uses of XMLSignatureInput in org.apache.xml.security.utils.resolver.implementations
Methods in org.apache.xml.security.utils.resolver.implementations that return XMLSignatureInput Modifier and Type Method Description XMLSignatureInput
ResolverAnonymous. engineResolveURI(ResourceResolverContext context)
XMLSignatureInput
ResolverDirectHTTP. engineResolveURI(ResourceResolverContext context)
XMLSignatureInput
ResolverFragment. engineResolveURI(ResourceResolverContext context)
XMLSignatureInput
ResolverLocalFilesystem. engineResolveURI(ResourceResolverContext context)
XMLSignatureInput
ResolverXPointer. engineResolveURI(ResourceResolverContext context)
-