public interface Keypair extends ModelEntity
| Modifier and Type | Method and Description |
|---|---|
String |
getFingerprint() |
String |
getName()
The name associated with the keypair
|
String |
getPrivateKey()
The private key associated with this keypair.
|
String |
getPublicKey()
The public SSH key
|
String getName()
String getPublicKey()
String getPrivateKey()
String getFingerprint()