Interface PuTTYSecretKeyDerivationFunction

All Known Implementing Classes:
V1PuTTYSecretKeyDerivationFunction, V3PuTTYSecretKeyDerivationFunction

interface PuTTYSecretKeyDerivationFunction
Abstraction for deriving the Secret Key for decrypting PuTTY Key Files
  • Method Summary

    Modifier and Type
    Method
    Description
    deriveSecretKey(char[] passphrase)
    Derive Secret Key from provided passphrase characters
  • Method Details

    • deriveSecretKey

      SecretKey deriveSecretKey(char[] passphrase)
      Derive Secret Key from provided passphrase characters
      Parameters:
      passphrase - Passphrase characters required
      Returns:
      Derived Secret Key