Uses of Class
org.docx4j.org.apache.xml.security.exceptions.Base64DecodingException
Packages that use Base64DecodingException
-
Uses of Base64DecodingException in org.docx4j.org.apache.xml.security.utils
Methods in org.docx4j.org.apache.xml.security.utils that throw Base64DecodingExceptionModifier and TypeMethodDescriptionstatic final byte[]Base64.decode(byte[] base64) Method decodestatic final voidBase64.decode(byte[] base64Data, OutputStream os) Decodes Base64 data into outputstreamprotected static final voidBase64.decode(byte[] base64Data, OutputStream os, int len) static final byte[]Base64.decode(BufferedReader reader) Base64 decode the lines from the reader and return an InputStream with the bytes.static final voidBase64.decode(InputStream is, OutputStream os) Decodes Base64 data into outputstreamstatic final byte[]Decodes Base64 data into octetsstatic final voidBase64.decode(String base64Data, OutputStream os) Decodes Base64 data into outputstreamstatic final byte[]Method decode Takes theTextchildren of the Element and interprets them as input for theBase64.decode()function.static final BigIntegerBase64.decodeBigIntegerFromElement(Element element) Method decodeBigIntegerFromElementstatic BigIntegerBase64.decodeBigIntegerFromString(String base64str) Decode a base 64 string into aBigIntegerprotected static final byte[]Base64.decodeInternal(byte[] base64Data, int len) ElementProxy.getBigIntegerFromChildElement(String localname, String namespace) Method getVal