Modifier and Type | Method | Description |
---|---|---|
XMLSignatureInput |
ApacheData.getXMLSignatureInput() |
Returns the XMLSignatureInput.
|
XMLSignatureInput |
ApacheNodeSetData.getXMLSignatureInput() |
|
XMLSignatureInput |
ApacheOctetStreamData.getXMLSignatureInput() |
Constructor | Description |
---|---|
ApacheNodeSetData(XMLSignatureInput xi) |
|
ApacheOctetStreamData(XMLSignatureInput xi) |
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.
|
Modifier and Type | Method | Description |
---|---|---|
protected XMLSignatureInput |
Reference.dereferenceURIandPerformTransforms(OutputStream os) |
This method returns the
XMLSignatureInput which is referenced by the
URI 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 getReferencedContentAfterTransformsItem
|
XMLSignatureInput |
Manifest.getReferencedContentBeforeTransformsItem(int i) |
Method getReferencedContentPriorTransformsItem
|
XMLSignatureInput |
Reference.getTransformsOutput() |
This method only works works after a call to verify.
|
Constructor | Description |
---|---|
XMLSignatureInputDebugger(XMLSignatureInput xmlSignatureInput) |
Constructor XMLSignatureInputDebugger
|
XMLSignatureInputDebugger(XMLSignatureInput xmlSignatureInput,
Set<String> inclusiveNamespace) |
Constructor XMLSignatureInputDebugger
|
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 generates
XMLSignatureInput as output. |
XMLSignatureInput |
Transform.performTransform(XMLSignatureInput input,
OutputStream os) |
Transforms the input, and generates
XMLSignatureInput as output. |
XMLSignatureInput |
Transforms.performTransforms(XMLSignatureInput xmlSignatureInput) |
Applies all included
Transform s to xmlSignatureInput and
returns the result of these transformations. |
XMLSignatureInput |
Transforms.performTransforms(XMLSignatureInput xmlSignatureInput,
OutputStream os) |
Applies all included
Transform s to xmlSignatureInput and
returns the result of these transformations. |
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 generates
XMLSignatureInput as output. |
XMLSignatureInput |
Transform.performTransform(XMLSignatureInput input,
OutputStream os) |
Transforms the input, and generates
XMLSignatureInput as output. |
XMLSignatureInput |
Transforms.performTransforms(XMLSignatureInput xmlSignatureInput) |
Applies all included
Transform s to xmlSignatureInput and
returns the result of these transformations. |
XMLSignatureInput |
Transforms.performTransforms(XMLSignatureInput xmlSignatureInput,
OutputStream os) |
Applies all included
Transform s to xmlSignatureInput and
returns the result of these transformations. |
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
|
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) |
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.