Package | Description |
---|---|
org.apache.xml.security.signature | |
org.apache.xml.security.utils |
Modifier and Type | Method | Description |
---|---|---|
byte[] |
Reference.getDigestValue() |
Returns the digest value.
|
Modifier and Type | Method | Description |
---|---|---|
static byte[] |
Base64.decode(byte[] base64) |
Method decode
|
static void |
Base64.decode(byte[] base64Data,
OutputStream os) |
Decodes Base64 data into outputstream
|
protected static void |
Base64.decode(byte[] base64Data,
OutputStream os,
int len) |
|
static byte[] |
Base64.decode(BufferedReader reader) |
Base64 decode the lines from the reader and return an InputStream
with the bytes.
|
static void |
Base64.decode(InputStream is,
OutputStream os) |
Decodes Base64 data into outputstream
|
static byte[] |
Base64.decode(String encoded) |
Decodes Base64 data into octets
|
static void |
Base64.decode(String base64Data,
OutputStream os) |
Decodes Base64 data into outputstream
|
static byte[] |
Base64.decode(Element element) |
Method decode
Takes the
Text children of the Element and interprets
them as input for the Base64.decode() function. |
static BigInteger |
Base64.decodeBigIntegerFromElement(Element element) |
Method decodeBigIntegerFromElement
|
static BigInteger |
Base64.decodeBigIntegerFromString(String base64str) |
Decode a base 64 string into a
BigInteger |
protected static byte[] |
Base64.decodeInternal(byte[] base64Data,
int len) |
|
BigInteger |
ElementProxy.getBigIntegerFromChildElement(String localname,
String namespace) |
Method getVal
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.