SshPublicKey 类
定义
Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
public class SshPublicKey
- 继承
-
java.lang.ObjectSshPublicKey
方法
keyData() |
Get the keyData value.
|
path() |
Get the path value.
|
withKeyData(String keyData) |
Set the keyData value.
|
withPath(String path) |
Set the path value.
|