| Package | Description |
|---|---|
| org.apache.xml.security.c14n | |
| org.apache.xml.security.encryption | |
| org.apache.xml.security.signature | |
| org.apache.xml.security.transforms |
| Modifier and Type | Method and Description |
|---|---|
static Canonicalizer |
Canonicalizer.getInstance(String algorithmURI)
Method getInstance
|
| Constructor and Description |
|---|
AbstractSerializer(String canonAlg,
boolean secureValidation) |
DocumentSerializer(boolean secureValidation) |
DocumentSerializer(String canonAlg,
boolean secureValidation) |
TransformSerializer(boolean secureValidation) |
TransformSerializer(String canonAlg,
boolean secureValidation) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
SignedInfo.getCanonicalizedOctetStream()
Returns getCanonicalizedOctetStream
|
void |
SignedInfo.signInOctetStream(OutputStream os)
Output the C14n stream to the given OutputStream.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract XMLSignatureInput |
TransformSpi.enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Element transformElement,
String baseURI,
boolean secureValidation)
The mega method which MUST be implemented by the Transformation Algorithm.
|
XMLSignatureInput |
Transform.performTransform(XMLSignatureInput input,
boolean secureValidation)
Transforms the input, and generates
XMLSignatureInput as output. |
XMLSignatureInput |
Transform.performTransform(XMLSignatureInput input,
OutputStream os,
boolean secureValidation)
Transforms the input, and generates
XMLSignatureInput as output. |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.