Java org.apache.commons.codec.binary ApacheBase64 fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.codec.binary ApacheBase64 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.codec.binary ApacheBase64.

The text is from its open source code.

Method

byte[]decodeBase64(final String base64String)
Decodes a Base64 String into octets
byte[]decodeBase64(final byte[] base64Data)
Decodes Base64 data into octets