Package com.microej.crypto.test
Class SecretFactoryTest
- java.lang.Object
-
- com.microej.crypto.test.SecretFactoryTest
-
public class SecretFactoryTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SecretFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestEmptyPassword_PBKDF2WithHmacSHA256_generation()Test PBKDF2 with Hmac SHA256 empty password Hashing.voidtestGenerateSecret()Test all PBKDF2 with HMAC
-
-
-
Method Detail
-
testGenerateSecret
public void testGenerateSecret() throws java.lang.ExceptionTest all PBKDF2 with HMAC- Throws:
java.lang.Exception
-
testEmptyPassword_PBKDF2WithHmacSHA256_generation
public void testEmptyPassword_PBKDF2WithHmacSHA256_generation() throws java.lang.ExceptionTest PBKDF2 with Hmac SHA256 empty password Hashing. Following Java implementation, a null password should be handled the same has an empty char array.- Throws:
java.lang.Exception
-
-