| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
ImportKeyMaterial |
ImportKeyMaterial.clone() |
ImportKeyMaterial |
ImportKeyRequest.getKeyMaterial()
The key or public key certificate type to use during key material import, for example TR-34 or
RootCertificatePublicKey.
|
ImportKeyMaterial |
ImportKeyMaterial.withRootCertificatePublicKey(RootCertificatePublicKey rootCertificatePublicKey)
Parameter information for root public key certificate import.
|
ImportKeyMaterial |
ImportKeyMaterial.withTr31KeyBlock(ImportTr31KeyBlock tr31KeyBlock)
Parameter information for key material import using symmetric TR-31 key exchange method.
|
ImportKeyMaterial |
ImportKeyMaterial.withTr34KeyBlock(ImportTr34KeyBlock tr34KeyBlock)
Parameter information for key material import using the asymmetric TR-34 key exchange method.
|
ImportKeyMaterial |
ImportKeyMaterial.withTrustedCertificatePublicKey(TrustedCertificatePublicKey trustedCertificatePublicKey)
Parameter information for trusted public key certificate import.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportKeyRequest.setKeyMaterial(ImportKeyMaterial keyMaterial)
The key or public key certificate type to use during key material import, for example TR-34 or
RootCertificatePublicKey.
|
ImportKeyRequest |
ImportKeyRequest.withKeyMaterial(ImportKeyMaterial keyMaterial)
The key or public key certificate type to use during key material import, for example TR-34 or
RootCertificatePublicKey.
|
Copyright © 2023. All rights reserved.