Interface PuTTYSecretKeyDerivationFunction

    • Method Detail

      • deriveSecretKey

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