|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Base64DecodingException | |
---|---|
org.apache.xml.security.signature | XML Signature specific classes. |
org.apache.xml.security.utils | general utility classes. |
Uses of Base64DecodingException in org.apache.xml.security.signature |
---|
Methods in org.apache.xml.security.signature that throw Base64DecodingException | |
---|---|
byte[] |
Reference.getDigestValue()
Returns the digest value. |
Uses of Base64DecodingException in org.apache.xml.security.utils |
---|
Methods in org.apache.xml.security.utils that throw Base64DecodingException | |
---|---|
static byte[] |
Base64.decode(java.io.BufferedReader reader)
Base64 decode the lines from the reader and return an InputStream with the bytes. |
static byte[] |
Base64.decode(byte[] base64)
Method decode |
static void |
Base64.decode(byte[] base64Data,
java.io.OutputStream os)
Decodes Base64 data into outputstream |
protected static void |
Base64.decode(byte[] base64Data,
java.io.OutputStream os,
int len)
|
static byte[] |
Base64.decode(org.w3c.dom.Element element)
Method decode Takes the Text children of the Element and interprets
them as input for the Base64.decode() function. |
static void |
Base64.decode(java.io.InputStream is,
java.io.OutputStream os)
Decodes Base64 data into outputstream |
static byte[] |
Base64.decode(java.lang.String encoded)
Decodes Base64 data into octects |
static void |
Base64.decode(java.lang.String base64Data,
java.io.OutputStream os)
Decodes Base64 data into outputstream |
static java.math.BigInteger |
Base64.decodeBigIntegerFromElement(org.w3c.dom.Element element)
Method decodeBigIntegerFromElement |
static java.math.BigInteger |
Base64.decodeBigIntegerFromText(org.w3c.dom.Text text)
Method decodeBigIntegerFromText |
protected static byte[] |
Base64.decodeInternal(byte[] base64Data,
int len)
|
java.math.BigInteger |
ElementProxy.getBigIntegerFromChildElement(java.lang.String localname,
java.lang.String namespace)
Method getVal |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |