public class H64 extends Object
crypt
-style support. The APR team in turn received inspiration for its encoding
implementation based on FreeBSD 3.0's /usr/src/lib/libcrypt/crypt.c
implementation. The
accompanying license headers have been retained at the top of this source file.
This file and all that it contains is ASL 2.0 compatible.Constructor and Description |
---|
H64() |
Modifier and Type | Method and Description |
---|---|
static String |
encodeToString(byte[] bytes)
Encodes the specified bytes to an
H64 -encoded String. |
public static String encodeToString(byte[] bytes)
H64
-encoded String.bytes
- Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.