| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
GetParametersForImportResult |
AWSKMS.getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)
Returns the items you need in order to import key material into AWS KMS
from your existing key management infrastructure.
|
GetParametersForImportResult |
AWSKMSClient.getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)
Returns the items you need in order to import key material into AWS KMS
from your existing key management infrastructure.
|
| Modifier and Type | Method and Description |
|---|---|
GetParametersForImportResult |
GetParametersForImportResult.withImportToken(ByteBuffer importToken)
The import token to send in a subsequent ImportKeyMaterial
request.
|
GetParametersForImportResult |
GetParametersForImportResult.withKeyId(String keyId)
The identifier of the CMK to use in a subsequent ImportKeyMaterial
request.
|
GetParametersForImportResult |
GetParametersForImportResult.withParametersValidTo(Date parametersValidTo)
The time at which the import token and public key are no longer valid.
|
GetParametersForImportResult |
GetParametersForImportResult.withPublicKey(ByteBuffer publicKey)
The public key to use to encrypt the key material before importing it
with ImportKeyMaterial.
|
Copyright © 2018. All rights reserved.