Class LLPasswordAlgorithms
java.lang.Object
com.io7m.looseleaf.security.LLPasswordAlgorithms
-
Method Summary
Modifier and TypeMethodDescriptionstatic LLPasswordAlgorithmTypeParse a password algorithm identifier (such as "PBKDF2WithHmacSHA256:10000:256").
-
Method Details
-
parse
Parse a password algorithm identifier (such as "PBKDF2WithHmacSHA256:10000:256").- Parameters:
text- The identifier- Returns:
- A password algorithm
- Throws:
LLPasswordException- On parse errors- See Also:
-