available(final Context context) | org.apache.commons.codec.binary.BaseNCodec | package |
Base64() | org.apache.commons.codec.binary.Base64 | |
Base64(final boolean urlSafe) | org.apache.commons.codec.binary.Base64 | |
Base64(final int lineLength) | org.apache.commons.codec.binary.Base64 | |
Base64(final int lineLength, final byte[] lineSeparator) | org.apache.commons.codec.binary.Base64 | |
Base64(final int lineLength, final byte[] lineSeparator, final boolean urlSafe) | org.apache.commons.codec.binary.Base64 | |
BaseNCodec(final int unencodedBlockSize, final int encodedBlockSize, final int lineLength, final int chunkSeparatorLength) | org.apache.commons.codec.binary.BaseNCodec | protected |
BITS_PER_ENCODED_BYTE | org.apache.commons.codec.binary.Base64 | privatestatic |
BYTES_PER_ENCODED_BLOCK | org.apache.commons.codec.binary.Base64 | privatestatic |
BYTES_PER_UNENCODED_BLOCK | org.apache.commons.codec.binary.Base64 | privatestatic |
CHUNK_SEPARATOR | org.apache.commons.codec.binary.Base64 | packagestatic |
containsAlphabetOrPad(final byte[] arrayOctet) | org.apache.commons.codec.binary.BaseNCodec | protected |
decode(final byte[] in, int inPos, final int inAvail, final Context context) | org.apache.commons.codec.binary.Base64 | package |
org::apache::commons::codec::binary::BaseNCodec.decode(final Object obj) | org.apache.commons.codec.binary.BaseNCodec | |
org::apache::commons::codec::binary::BaseNCodec.decode(final String pArray) | org.apache.commons.codec.binary.BaseNCodec | |
org::apache::commons::codec::binary::BaseNCodec.decode(final byte[] pArray) | org.apache.commons.codec.binary.BaseNCodec | |
org::apache::commons::codec::binary::BaseNCodec.decode(byte[] pArray, int i, int length, Context context) | org.apache.commons.codec.binary.BaseNCodec | package |
org::apache::commons::codec::BinaryDecoder.decode(byte[] source) | org.apache.commons.codec.BinaryDecoder | |
org::apache::commons::codec::Decoder.decode(Object source) | org.apache.commons.codec.Decoder | |
DECODE_TABLE | org.apache.commons.codec.binary.Base64 | privatestatic |
decodeBase64(final String base64String) | org.apache.commons.codec.binary.Base64 | static |
decodeBase64(final byte[] base64Data) | org.apache.commons.codec.binary.Base64 | static |
decodeInteger(final byte[] pArray) | org.apache.commons.codec.binary.Base64 | static |
decodeSize | org.apache.commons.codec.binary.Base64 | private |
decodeTable | org.apache.commons.codec.binary.Base64 | private |
encode(final byte[] in, int inPos, final int inAvail, final Context context) | org.apache.commons.codec.binary.Base64 | package |
org::apache::commons::codec::binary::BaseNCodec.encode(final Object obj) | org.apache.commons.codec.binary.BaseNCodec | |
org::apache::commons::codec::binary::BaseNCodec.encode(final byte[] pArray) | org.apache.commons.codec.binary.BaseNCodec | |
org::apache::commons::codec::binary::BaseNCodec.encode(byte[] pArray, int i, int length, Context context) | org.apache.commons.codec.binary.BaseNCodec | package |
org::apache::commons::codec::BinaryEncoder.encode(byte[] source) | org.apache.commons.codec.BinaryEncoder | |
org::apache::commons::codec::Encoder.encode(Object source) | org.apache.commons.codec.Encoder | |
encodeAsString(final byte[] pArray) | org.apache.commons.codec.binary.BaseNCodec | |
encodeBase64(final byte[] binaryData) | org.apache.commons.codec.binary.Base64 | static |
encodeBase64(final byte[] binaryData, final boolean isChunked) | org.apache.commons.codec.binary.Base64 | static |
encodeBase64(final byte[] binaryData, final boolean isChunked, final boolean urlSafe) | org.apache.commons.codec.binary.Base64 | static |
encodeBase64(final byte[] binaryData, final boolean isChunked, final boolean urlSafe, final int maxResultSize) | org.apache.commons.codec.binary.Base64 | static |
encodeBase64Chunked(final byte[] binaryData) | org.apache.commons.codec.binary.Base64 | static |
encodeBase64String(final byte[] binaryData) | org.apache.commons.codec.binary.Base64 | static |
encodeBase64URLSafe(final byte[] binaryData) | org.apache.commons.codec.binary.Base64 | static |
encodeBase64URLSafeString(final byte[] binaryData) | org.apache.commons.codec.binary.Base64 | static |
encodeInteger(final BigInteger bigInt) | org.apache.commons.codec.binary.Base64 | static |
encodeSize | org.apache.commons.codec.binary.Base64 | private |
encodeTable | org.apache.commons.codec.binary.Base64 | private |
encodeToString(final byte[] pArray) | org.apache.commons.codec.binary.BaseNCodec | |
ensureBufferSize(final int size, final Context context) | org.apache.commons.codec.binary.BaseNCodec | protected |
EOF | org.apache.commons.codec.binary.BaseNCodec | packagestatic |
getDefaultBufferSize() | org.apache.commons.codec.binary.BaseNCodec | protected |
getEncodedLength(final byte[] pArray) | org.apache.commons.codec.binary.BaseNCodec | |
hasData(final Context context) | org.apache.commons.codec.binary.BaseNCodec | package |
isArrayByteBase64(final byte[] arrayOctet) | org.apache.commons.codec.binary.Base64 | static |
isBase64(final byte octet) | org.apache.commons.codec.binary.Base64 | static |
isBase64(final String base64) | org.apache.commons.codec.binary.Base64 | static |
isBase64(final byte[] arrayOctet) | org.apache.commons.codec.binary.Base64 | static |
isInAlphabet(final byte octet) | org.apache.commons.codec.binary.Base64 | protected |
org::apache::commons::codec::binary::BaseNCodec.isInAlphabet(byte value) | org.apache.commons.codec.binary.BaseNCodec | protected |
org::apache::commons::codec::binary::BaseNCodec.isInAlphabet(final byte[] arrayOctet, final boolean allowWSPad) | org.apache.commons.codec.binary.BaseNCodec | |
org::apache::commons::codec::binary::BaseNCodec.isInAlphabet(final String basen) | org.apache.commons.codec.binary.BaseNCodec | |
isUrlSafe() | org.apache.commons.codec.binary.Base64 | |
isWhiteSpace(final byte byteToCheck) | org.apache.commons.codec.binary.BaseNCodec | protectedstatic |
lineLength | org.apache.commons.codec.binary.BaseNCodec | protected |
lineSeparator | org.apache.commons.codec.binary.Base64 | private |
MASK_6BITS | org.apache.commons.codec.binary.Base64 | privatestatic |
MASK_8BITS | org.apache.commons.codec.binary.BaseNCodec | protectedstatic |
MIME_CHUNK_SIZE | org.apache.commons.codec.binary.BaseNCodec | static |
PAD | org.apache.commons.codec.binary.BaseNCodec | protected |
PAD_DEFAULT | org.apache.commons.codec.binary.BaseNCodec | protectedstatic |
PEM_CHUNK_SIZE | org.apache.commons.codec.binary.BaseNCodec | static |
readResults(final byte[] b, final int bPos, final int bAvail, final Context context) | org.apache.commons.codec.binary.BaseNCodec | package |
STANDARD_ENCODE_TABLE | org.apache.commons.codec.binary.Base64 | privatestatic |
toIntegerBytes(final BigInteger bigInt) | org.apache.commons.codec.binary.Base64 | packagestatic |
URL_SAFE_ENCODE_TABLE | org.apache.commons.codec.binary.Base64 | privatestatic |