Uses of Class
org.apache.xml.security.exceptions.Base64DecodingException
Packages that use Base64DecodingException
-
Uses of Base64DecodingException in org.apache.xml.security.utils
Methods in org.apache.xml.security.utils that throw Base64DecodingExceptionModifier and TypeMethodDescriptionstatic final byte[]
Base64.decode
(byte[] base64) Deprecated.Method decodestatic final void
Base64.decode
(byte[] base64Data, OutputStream os) Deprecated.Decodes Base64 data into outputstreamprotected static final void
Base64.decode
(byte[] base64Data, OutputStream os, int len) Deprecated.static final byte[]
Base64.decode
(BufferedReader reader) Deprecated.Base64 decode the lines from the reader and return an InputStream with the bytes.static final void
Base64.decode
(InputStream is, OutputStream os) Deprecated.Decodes Base64 data into outputstreamstatic final byte[]
Deprecated.Decodes Base64 data into octetsstatic final void
Base64.decode
(String base64Data, OutputStream os) Deprecated.Decodes Base64 data into outputstreamstatic final byte[]
Deprecated.Method decode Takes theText
children of the Element and interprets them as input for theBase64.decode()
function.static final BigInteger
Base64.decodeBigIntegerFromElement
(Element element) Deprecated.Method decodeBigIntegerFromElementstatic final BigInteger
Base64.decodeBigIntegerFromText
(Text text) Deprecated.Decode a base 64 string into aBigInteger
protected static final byte[]
Base64.decodeInternal
(byte[] base64Data, int len) Deprecated.