Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.TrustedCertificatePublicKey
-
Packages that use TrustedCertificatePublicKey Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of TrustedCertificatePublicKey in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return TrustedCertificatePublicKey Modifier and Type Method Description TrustedCertificatePublicKeyImportKeyMaterial. trustedCertificatePublicKey()Parameter information for trusted public key certificate import.Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type TrustedCertificatePublicKey Modifier and Type Method Description static ImportKeyMaterialImportKeyMaterial. fromTrustedCertificatePublicKey(TrustedCertificatePublicKey trustedCertificatePublicKey)Create an instance of this class withImportKeyMaterial.trustedCertificatePublicKey()initialized to the given value.ImportKeyMaterial.BuilderImportKeyMaterial.Builder. trustedCertificatePublicKey(TrustedCertificatePublicKey trustedCertificatePublicKey)Parameter information for trusted public key certificate import.
-