Packages

c

org.apache.pekko.stream.connectors.ftp

KeyFileSftpIdentity

final class KeyFileSftpIdentity extends SftpIdentity

SFTP identity for authenticating using private/public key file

Source
model.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyFileSftpIdentity
  2. SftpIdentity
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type KeyType = String
    Definition Classes
    KeyFileSftpIdentitySftpIdentity

Value Members

  1. val privateKey: String
    Definition Classes
    KeyFileSftpIdentitySftpIdentity
  2. val privateKeyFilePassphrase: Option[Array[Byte]]
    Definition Classes
    KeyFileSftpIdentitySftpIdentity
  3. def withPrivateKey(value: String): KeyFileSftpIdentity
  4. def withPrivateKeyFilePassphrase(privateKeyFilePassphrase: Array[Byte]): KeyFileSftpIdentity