Interface PuTTYSecretKeyDerivationFunction
-
- All Known Implementing Classes:
V1PuTTYSecretKeyDerivationFunction,V3PuTTYSecretKeyDerivationFunction
interface PuTTYSecretKeyDerivationFunctionAbstraction for deriving the Secret Key for decrypting PuTTY Key Files
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.crypto.SecretKeyderiveSecretKey(char[] passphrase)Derive Secret Key from provided passphrase characters
-