object SftpIdentity
- Alphabetic
- By Inheritance
- SftpIdentity
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def createFileSftpIdentity(privateKey: String, privateKeyFilePassphrase: Array[Byte]): KeyFileSftpIdentity
Create SFTP identity for authenticating using private/public key file
Create SFTP identity for authenticating using private/public key file
- privateKey
private key file to use when connecting
- privateKeyFilePassphrase
password to use to decrypt private key file
- def createFileSftpIdentity(privateKey: String): KeyFileSftpIdentity
Create SFTP identity for authenticating using private/public key file
Create SFTP identity for authenticating using private/public key file
- privateKey
private key file to use when connecting
- def createRawSftpIdentity(privateKey: Array[Byte], privateKeyFilePassphrase: Array[Byte], publicKey: Array[Byte]): RawKeySftpIdentity
SFTP identity for authenticating using private/public key value
SFTP identity for authenticating using private/public key value
- privateKey
private key value to use when connecting
- privateKeyFilePassphrase
password to use to decrypt private key
- publicKey
public key value to use when connecting
- def createRawSftpIdentity(privateKey: Array[Byte], privateKeyFilePassphrase: Array[Byte]): RawKeySftpIdentity
SFTP identity for authenticating using private/public key value
SFTP identity for authenticating using private/public key value
- privateKey
private key value to use when connecting
- privateKeyFilePassphrase
password to use to decrypt private key
- def createRawSftpIdentity(privateKey: Array[Byte]): RawKeySftpIdentity
SFTP identity for authenticating using private/public key value
SFTP identity for authenticating using private/public key value
- privateKey
private key value to use when connecting