Interface KDF

All Known Subinterfaces:
Argon2, BCrypt, PBKDF2, SCrypt

public interface KDF
  • Method Details

    • getKey

      byte[] getKey(byte[] pass, int size)
    • initWithOpenSSHv1KDFOptions

      default void initWithOpenSSHv1KDFOptions(byte[] kdfOptions) throws Exception
      Throws:
      Exception
    • initWithPPKv3Header

      default void initWithPPKv3Header(Map<String,String> header) throws Exception
      Throws:
      Exception
    • initWithASN1

      default void initWithASN1(byte[] asn1) throws Exception
      Throws:
      Exception