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 TypeMethodDescriptionderiveSecretKey(char[] passphrase) Derive Secret Key from provided passphrase characters
-
Method Details
-
deriveSecretKey
Derive Secret Key from provided passphrase characters- Parameters:
passphrase- Passphrase characters required- Returns:
- Derived Secret Key
-