public class SSHPublicKey extends Object
| Constructor and Description |
|---|
SSHPublicKey(String user,
String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Returns the public key in SSH public key format described in RFC-4253.
|
String |
getUser()
Returns the user name associated with the key.
|
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.