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