Interface PuTTYSecretKeyDerivationFunction
-
- All Known Implementing Classes:
V1PuTTYSecretKeyDerivationFunction
,V3PuTTYSecretKeyDerivationFunction
interface PuTTYSecretKeyDerivationFunction
Abstraction 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.SecretKey
deriveSecretKey(char[] passphrase)
Derive Secret Key from provided passphrase characters
-