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 voidBase64.decode(byte[] base64Data, OutputStream os) Deprecated.Decodes Base64 data into outputstreamprotected static final voidBase64.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 voidBase64.decode(InputStream is, OutputStream os) Deprecated.Decodes Base64 data into outputstreamstatic final byte[]Deprecated.Decodes Base64 data into octetsstatic final voidBase64.decode(String base64Data, OutputStream os) Deprecated.Decodes Base64 data into outputstreamstatic final byte[]Deprecated.Method decode Takes theTextchildren of the Element and interprets them as input for theBase64.decode()function.static final BigIntegerBase64.decodeBigIntegerFromElement(Element element) Deprecated.Method decodeBigIntegerFromElementstatic final BigIntegerBase64.decodeBigIntegerFromText(Text text) Deprecated.Decode a base 64 string into aBigIntegerprotected static final byte[]Base64.decodeInternal(byte[] base64Data, int len) Deprecated.