Searched refs:ENCODE (Results 1 – 2 of 2) sorted by relevance
94 private static final char ENCODE[] = { field in VerifierDeviceIdentity104 final char[] alphabet = ENCODE; in encodeBase32()
554 private static final byte ENCODE[] = { field in Base64.Encoder587 alphabet = ((flags & URL_SAFE) == 0) ? ENCODE : ENCODE_WEBSAFE; in Encoder()