Class KeyPair
java.lang.Object
com.amazonaws.services.iot.model.KeyPair
- All Implemented Interfaces:
Serializable, Cloneable
Describes a key pair.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe private key.The public key.inthashCode()voidsetPrivateKey(String privateKey) The private key.voidsetPublicKey(String publicKey) The public key.toString()Returns a string representation of this object; useful for testing and debugging.withPrivateKey(String privateKey) The private key.withPublicKey(String publicKey) The public key.
-
Constructor Details
-
KeyPair
public KeyPair()
-
-
Method Details
-
setPublicKey
-
getPublicKey
-
withPublicKey
-
setPrivateKey
The private key.
- Parameters:
privateKey- The private key.
-
getPrivateKey
-
withPrivateKey
-
toString
-
equals
-
hashCode
-
clone
-