Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.TrustedCertificatePublicKey.Builder
-
Packages that use TrustedCertificatePublicKey.Builder Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of TrustedCertificatePublicKey.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return TrustedCertificatePublicKey.Builder Modifier and Type Method Description static TrustedCertificatePublicKey.BuilderTrustedCertificatePublicKey. builder()TrustedCertificatePublicKey.BuilderTrustedCertificatePublicKey.Builder. certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)TheKeyARNof the root public key certificate or certificate chain that signs the trusted public key certificate import.default TrustedCertificatePublicKey.BuilderTrustedCertificatePublicKey.Builder. keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.TrustedCertificatePublicKey.BuilderTrustedCertificatePublicKey.Builder. keyAttributes(KeyAttributes keyAttributes)The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.TrustedCertificatePublicKey.BuilderTrustedCertificatePublicKey.Builder. publicKeyCertificate(String publicKeyCertificate)Parameter information for trusted public key certificate import.TrustedCertificatePublicKey.BuilderTrustedCertificatePublicKey. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type TrustedCertificatePublicKey.Builder Modifier and Type Method Description static Class<? extends TrustedCertificatePublicKey.Builder>TrustedCertificatePublicKey. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptography.model with type arguments of type TrustedCertificatePublicKey.Builder Modifier and Type Method Description static ImportKeyMaterialImportKeyMaterial. fromTrustedCertificatePublicKey(Consumer<TrustedCertificatePublicKey.Builder> trustedCertificatePublicKey)Create an instance of this class withImportKeyMaterial.trustedCertificatePublicKey()initialized to the given value.default ImportKeyMaterial.BuilderImportKeyMaterial.Builder. trustedCertificatePublicKey(Consumer<TrustedCertificatePublicKey.Builder> trustedCertificatePublicKey)Parameter information for trusted public key certificate import.
-