public class SshPublicKey extends Object
| Constructor and Description |
|---|
SshPublicKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyData()
Get the keyData value.
|
String |
path()
Get the path value.
|
SshPublicKey |
withKeyData(String keyData)
Set the keyData value.
|
SshPublicKey |
withPath(String path)
Set the path value.
|
public String path()
public SshPublicKey withPath(String path)
path - the path value to setpublic String keyData()
public SshPublicKey withKeyData(String keyData)
keyData - the keyData value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/