Java org.bouncycastle.util.encoders Base64Encoder fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.util.encoders Base64Encoder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.util.encoders Base64Encoder.

The text is from its open source code.

Constructor

Method

intdecode(String data, OutputStream out)
decode the base 64 encoded String data writing it to the given output stream, whitespace characters will be ignored.
intencode(byte[] data, int off, int length, OutputStream out)
encode the input data producing a base 64 output stream.