Searched refs:pwdBytes (Results 1 – 1 of 1) sorted by relevance
276 ByteBuffer pwdBytes = in encodePassword() local281 byte[] encoded = new byte[pwdBytes.remaining()]; in encodePassword()282 pwdBytes.get(encoded); in encodePassword()286 private static char[] decodePassword(byte[] pwdBytes, Charset encoding) throws IOException { in decodePassword() argument291 .decode(ByteBuffer.wrap(pwdBytes)); in decodePassword()