| Package | Description |
|---|---|
| org.gatein.common.util |
| Modifier and Type | Method and Description |
|---|---|
static Base64.EncodingOption |
Base64.EncodingOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Base64.EncodingOption[] |
Base64.EncodingOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Base64.decode(byte[] source,
int off,
int len,
Base64.EncodingOption optionThatWasUsed)
Very low-level access to decoding ASCII characters in
the form of a byte array.
|
static byte[] |
Base64.decode(String s,
Base64.EncodingOption optionThatWasUsed)
Decodes data from Base64 notation
|
static String |
Base64.encodeBytes(byte[] source,
Base64.EncodingOption option)
Encodes a byte array into Base64 notation.
|
static String |
Base64.encodeBytes(byte[] source,
int off,
int len,
Base64.EncodingOption option)
Encodes a byte array into Base64 notation.
|
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.