Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
KeyPair |
KeyPair.clone() |
KeyPair |
CreateKeysAndCertificateResult.getKeyPair()
The generated key pair.
|
KeyPair |
KeyPair.withPrivateKey(String privateKey)
The private key.
|
KeyPair |
KeyPair.withPublicKey(String publicKey)
The public key.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateKeysAndCertificateResult.setKeyPair(KeyPair keyPair)
The generated key pair.
|
CreateKeysAndCertificateResult |
CreateKeysAndCertificateResult.withKeyPair(KeyPair keyPair)
The generated key pair.
|
Copyright © 2018. All rights reserved.