Java org.eclipse.jgit.util Base64 fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.util Base64 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.util Base64.

The text is from its open source code.

Method

byte[]decode(String s)
Decodes data from Base64 notation.
StringencodeBytes(byte[] source)
Encodes a byte array into Base64 notation.