Package | Description |
---|---|
org.apache.xml.security.c14n | |
org.apache.xml.security.signature | |
org.apache.xml.security.transforms |
Modifier and Type | Method | Description |
---|---|---|
static Canonicalizer |
Canonicalizer.getInstance(String algorithmURI) |
Method getInstance
|
Modifier and Type | Method | Description |
---|---|---|
byte[] |
SignedInfo.getCanonicalizedOctetStream() |
Returns getCanonicalizedOctetStream
|
void |
SignedInfo.signInOctetStream(OutputStream os) |
Output the C14n stream to the given OutputStream.
|
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. |
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.