| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
ImportKeyCryptogram |
ImportKeyCryptogram.clone() |
ImportKeyCryptogram |
ImportKeyMaterial.getKeyCryptogram()
Parameter information for key material import using asymmetric RSA wrap and unwrap key exchange method.
|
ImportKeyCryptogram |
ImportKeyCryptogram.withExportable(Boolean exportable)
Specifies whether the key is exportable from the service.
|
ImportKeyCryptogram |
ImportKeyCryptogram.withImportToken(String importToken)
The import token that initiates key import using the asymmetric RSA wrap and unwrap key exchange method into AWS
Payment Cryptography.
|
ImportKeyCryptogram |
ImportKeyCryptogram.withKeyAttributes(KeyAttributes keyAttributes) |
ImportKeyCryptogram |
ImportKeyCryptogram.withWrappedKeyCryptogram(String wrappedKeyCryptogram)
The RSA wrapped key cryptogram under import.
|
ImportKeyCryptogram |
ImportKeyCryptogram.withWrappingSpec(String wrappingSpec)
The wrapping spec for the wrapped key cryptogram.
|
ImportKeyCryptogram |
ImportKeyCryptogram.withWrappingSpec(WrappingKeySpec wrappingSpec)
The wrapping spec for the wrapped key cryptogram.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportKeyMaterial.setKeyCryptogram(ImportKeyCryptogram keyCryptogram)
Parameter information for key material import using asymmetric RSA wrap and unwrap key exchange method.
|
ImportKeyMaterial |
ImportKeyMaterial.withKeyCryptogram(ImportKeyCryptogram keyCryptogram)
Parameter information for key material import using asymmetric RSA wrap and unwrap key exchange method.
|
Copyright © 2024. All rights reserved.