garydgregory commented on a change in pull request #60: VFS-609: VFS SFTP
doesn't support a private key as byte array
URL: https://github.com/apache/commons-vfs/pull/60#discussion_r278896436
##########
File path:
commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/IdentityInfo.java
##########
@@ -69,6 +71,43 @@ public IdentityInfo(final File privateKey, final File
publicKey, final byte[] pa
this.privateKey = privateKey;
this.publicKey = publicKey;
this.passPhrase = passPhrase;
+ this.privateKeyBytes = null;
+ this.publicKeyBytes = null;
+ }
+
+
+ /**
+ * Constructs an identity info with private and public key and passphrase
for the private key.
+ * <p>
Review comment:
Open para tag is not needed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services