Interface DerivedKeyGenerator
- All Known Implementing Classes:
StandardDerivedKeyGenerator
public interface DerivedKeyGenerator
Abstraction for generating an encryption key from a password
-
Method Summary
Modifier and TypeMethodDescriptiongetDerivedKeyEncoded(char[] password) Get Derived Key based on the provided password and return an encoded representation
-
Method Details
-
getDerivedKeyEncoded
Get Derived Key based on the provided password and return an encoded representation- Parameters:
password- Password source for key derivation- Returns:
- Derived key encoded using hexadecimal
-