Class SshPrivateKeyAuthenticationProperties

    • Constructor Detail

      • SshPrivateKeyAuthenticationProperties

        public SshPrivateKeyAuthenticationProperties​(java.lang.String sshPrivateKey,
                                                     @Nullable
                                                     @Nullable java.lang.String passphrase)
    • Method Detail

      • getSshPrivateKey

        public java.lang.String getSshPrivateKey()
      • getPassphrase

        @Nullable
        public @Nullable java.lang.String getPassphrase()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object