Package | Description |
---|---|
org.apache.xml.security.c14n |
Canonicalization related material and algorithms.
|
org.apache.xml.security.signature |
XML Signature specific classes.
|
org.apache.xml.security.transforms |
the framework for XML Signature transforms.
|
Modifier and Type | Method and Description |
---|---|
static Canonicalizer |
Canonicalizer.getInstance(String algorithmURI)
Method getInstance
|
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 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-2012 The Apache Software Foundation. All Rights Reserved.