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

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

Introduction

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

The text is from its open source code.

Method

byte[]decode(byte[] data)
decode the base 64 encoded input data.
byte[]decode(String data)
decode the base 64 encoded String data - whitespace will be ignored.