public class UnixCryptTest extends Object
Constructor and Description |
---|
UnixCryptTest() |
Modifier and Type | Method and Description |
---|---|
void |
testCtor() |
void |
testUnicCryptInvalidSalt()
Unimplemented "$foo$" salt prefixes would be threated as UnixCrypt salt.
|
void |
testUnixCryptBytes() |
void |
testUnixCryptExplicitCall()
Some salts are invalid for crypt(3) but not for unixCrypt().
|
void |
testUnixCryptNullData() |
void |
testUnixCryptStrings() |
void |
testUnixCryptWithEmptySalt() |
void |
testUnixCryptWithHalfSalt()
Single character salts are illegal!
E.g.
|
void |
testUnixCryptWithoutSalt() |
public UnixCryptTest()
public void testCtor()
public void testUnixCryptStrings()
public void testUnixCryptBytes()
public void testUnixCryptExplicitCall()
public void testUnixCryptWithHalfSalt()
public void testUnicCryptInvalidSalt()
public void testUnixCryptNullData()
public void testUnixCryptWithEmptySalt()
public void testUnixCryptWithoutSalt()
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.