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

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

Introduction

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

The text is from its open source code.

Method

byte[]decode(byte[] data)
Decode the URL safe base 64 encoded input data - white space will be ignored.
byte[]decode(String data)
decode the URL safe base 64 encoded String data - whitespace will be ignored.
byte[]encode(byte[] data)
Encode the input data producing a URL safe base 64 encoded byte array.