| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
ExportKeyCryptogram |
ExportKeyCryptogram.clone() |
ExportKeyCryptogram |
ExportKeyMaterial.getKeyCryptogram()
Parameter information for key material export using asymmetric RSA wrap and unwrap key exchange method
|
ExportKeyCryptogram |
ExportKeyCryptogram.withCertificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)
The
KeyARN of the certificate chain that signs the wrapping key certificate during RSA wrap and
unwrap key export. |
ExportKeyCryptogram |
ExportKeyCryptogram.withWrappingKeyCertificate(String wrappingKeyCertificate)
The wrapping key certificate in PEM format (base64 encoded).
|
ExportKeyCryptogram |
ExportKeyCryptogram.withWrappingSpec(String wrappingSpec)
The wrapping spec for the key under export.
|
ExportKeyCryptogram |
ExportKeyCryptogram.withWrappingSpec(WrappingKeySpec wrappingSpec)
The wrapping spec for the key under export.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportKeyMaterial.setKeyCryptogram(ExportKeyCryptogram keyCryptogram)
Parameter information for key material export using asymmetric RSA wrap and unwrap key exchange method
|
ExportKeyMaterial |
ExportKeyMaterial.withKeyCryptogram(ExportKeyCryptogram keyCryptogram)
Parameter information for key material export using asymmetric RSA wrap and unwrap key exchange method
|
Copyright © 2024. All rights reserved.