Interface SymmetricKeySpecFactory

  • All Known Implementing Classes:
    SymmetricKeySpecFactoryImplPbe

    public interface SymmetricKeySpecFactory
    Interface for a factory used to create KeySpecs for a given password.
    Since:
    1.0.0
    Author:
    Joerg Hohwiller (hohwille at users.sourceforge.net)
    • Method Detail

      • createKeySpec

        KeySpec createKeySpec​(String password)
        Parameters:
        password - the secret password.
        Returns:
        the KeySpec for the given password. May contain additional information like salt.