Package org.opends.server.util
Class Crypt
- java.lang.Object
-
- org.opends.server.util.Crypt
-
@PublicAPI(stability=VOLATILE, mayInstantiate=true, mayExtend=false, mayInvoke=true) public final class Crypt extends Object
UNIX Crypt cipher, ported from the Sun OpenSolaris project.
-
-
Constructor Summary
Constructors Constructor Description Crypt()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
crypt(byte[] pw, byte[] salt)
Encode the supplied password in unix crypt form with the provided salt.
-