Modifier and Type | Method and Description |
---|---|
void |
Canonicalizer.canonicalize(byte[] inputBytes,
OutputStream writer,
boolean secureValidation)
This method tries to canonicalize the given bytes.
|
void |
CanonicalizerSpi.engineCanonicalize(byte[] inputBytes,
OutputStream writer,
boolean secureValidation)
Method canonicalize
|
Modifier and Type | Method and Description |
---|---|
protected void |
Canonicalizer20010315Excl.circumventBugIfNeeded(XMLSignatureInput input) |
protected void |
Canonicalizer20010315.circumventBugIfNeeded(XMLSignatureInput input) |
protected void |
CanonicalizerPhysical.circumventBugIfNeeded(XMLSignatureInput input) |
Modifier and Type | Method and Description |
---|---|
Document |
XMLParserImpl.parse(InputStream inputStream,
boolean disallowDocTypeDeclarations) |
Document |
XMLParser.parse(InputStream inputStream,
boolean disallowDocTypeDeclarations) |
Modifier and Type | Method and Description |
---|---|
Set<Node> |
XMLSignatureInput.getNodeSet()
Returns the node set from input which was specified as the parameter of
XMLSignatureInput constructor |
Set<Node> |
XMLSignatureInput.getNodeSet(boolean circumvent)
Returns the node set from input which was specified as the parameter of
XMLSignatureInput constructor |
Modifier and Type | Method and Description |
---|---|
static Document |
XMLUtils.read(InputStream inputStream,
boolean disallowDocTypeDeclarations) |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.