public class StandardBinaryEncodings extends Object
| Modifier and Type | Field and Description |
|---|---|
static BinaryEncoding |
BASE_16
Base-16 encoding scheme.
|
static BinaryEncoding |
BASE_58_BITCOIN
Base-58 (Bitcoin alphabet) encoding scheme.
|
static BinaryEncoding |
BASE_58_FLICKR
Base-58 (Flickr alphabet) encoding scheme.
|
static BinaryEncoding |
BASE_64
Base-64 encoding scheme.
|
static BinaryEncoding |
BASE_64_URL
Base-64 URL and filename safe encoding scheme.
|
| Modifier and Type | Method and Description |
|---|---|
static BinaryDecoder |
createBase16Decoder()
Returns a decoder for Base-16 encoding scheme.
|
static BinaryEncoder |
createBase16Encoder()
Returns an encoder for Base-16 encoding scheme.
|
static BinaryDecoder |
createBase58BitcoinDecoder()
Returns a decoder for Base-58 (Bitcoin alphabet) encoding scheme.
|
static BinaryEncoder |
createBase58BitcoinEncoder()
Returns an encoder for Base-58 (Bitcoin alphabet) encoding scheme.
|
static BinaryDecoder |
createBase58FlickrDecoder()
Returns a decoder for Base-58 (Flickr alphabet) encoding scheme.
|
static BinaryEncoder |
createBase58FlickrEncoder()
Returns an encoder for Base-58 (Flickr alphabet) encoding scheme.
|
static BinaryDecoder |
createBase64Decoder()
Returns a decoder for Base-64 encoding scheme.
|
static BinaryEncoder |
createBase64Encoder()
Returns an encoder for Base-64 encoding scheme.
|
static BinaryDecoder |
createBase64UrlDecoder()
Returns a decoder for Base-64 URL and filename safe encoding scheme.
|
static BinaryEncoder |
createBase64UrlEncoder()
Returns an encoder for Base-64 URL and filename safe encoding scheme.
|
public static final BinaryEncoding BASE_16
public static final BinaryEncoding BASE_58_BITCOIN
public static final BinaryEncoding BASE_58_FLICKR
public static final BinaryEncoding BASE_64
public static final BinaryEncoding BASE_64_URL
public static BinaryDecoder createBase16Decoder()
public static BinaryEncoder createBase16Encoder()
public static BinaryDecoder createBase58BitcoinDecoder()
public static BinaryEncoder createBase58BitcoinEncoder()
public static BinaryDecoder createBase58FlickrDecoder()
public static BinaryEncoder createBase58FlickrEncoder()
public static BinaryDecoder createBase64Decoder()
public static BinaryEncoder createBase64Encoder()
public static BinaryDecoder createBase64UrlDecoder()
public static BinaryEncoder createBase64UrlEncoder()