Example usage for org.apache.commons.codec.net BCodec subclass-usage

List of usage examples for org.apache.commons.codec.net BCodec subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.codec.net BCodec subclass-usage.

Usage

From source file es.jamisoft.comun.codec.B64Codec.java

/**
 * <p>
 * Identical to the Base64 encoding defined by <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC
 * 1521</a> and allows a character set to be specified.
 * </p>
 *