Searched refs:alphaLen (Results 1 – 1 of 1) sorted by relevance
121 int alphaLen = base64Alphabet.length(); in Base64Variant() local122 if (alphaLen != 64) { in Base64Variant()123 … throw new IllegalArgumentException("Base64Alphabet length must be exactly 64 (was "+alphaLen+")"); in Base64Variant()127 base64Alphabet.getChars(0, alphaLen, _base64ToAsciiC, 0); in Base64Variant()129 for (int i = 0; i < alphaLen; ++i) { in Base64Variant()