Interface OpenSSHKeyDecryptor

    • Method Detail

      • isEncrypted

        boolean isEncrypted()
      • decodePrivateKeyBytes

        byte[] decodePrivateKeyBytes​(SessionContext session,
                                     NamedResource resourceKey,
                                     CipherFactory cipherSpec,
                                     byte[] privateDataBytes,
                                     java.lang.String password)
                              throws java.io.IOException,
                                     java.security.GeneralSecurityException
        Throws:
        java.io.IOException
        java.security.GeneralSecurityException