Package org.jclouds.ec2.domain
Class KeyPair
java.lang.Object
org.jclouds.ec2.domain.KeyPair
- All Implemented Interfaces:
Comparable<KeyPair>
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyPair.Builder
builder()
int
boolean
fingerprint per the following specAn unencrypted PEM encoded RSA private key.The key pair name provided in the original request.Deprecated.A SHA-1 digest of the DER encoded private key.int
hashCode()
toString()
-
Constructor Details
-
KeyPair
-
-
Method Details
-
toString
-
builder
-
getRegion
Deprecated.To be removed in jclouds 1.6Warning
Especially on EC2 clones that may not support regions, this value is fragile. Consider alternate means to determine context. -
compareTo
- Specified by:
compareTo
in interfaceComparable<KeyPair>
-
getSha1OfPrivateKey
A SHA-1 digest of the DER encoded private key.- See Also:
-
getFingerprint
fingerprint per the following spec- See Also:
-
getKeyMaterial
An unencrypted PEM encoded RSA private key. -
getKeyName
The key pair name provided in the original request. -
hashCode
public int hashCode() -
equals
-
toBuilder
-