Interface DerivedKeyGenerator

All Known Implementing Classes:
StandardDerivedKeyGenerator

public interface DerivedKeyGenerator
Abstraction for generating an encryption key from a password
  • Method Summary

    Modifier and Type
    Method
    Description
    getDerivedKeyEncoded(char[] password)
    Get Derived Key based on the provided password and return an encoded representation
  • Method Details

    • getDerivedKeyEncoded

      String getDerivedKeyEncoded(char[] password)
      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