Uses of Class
software.amazon.awscdk.services.certificatemanager.KeyAlgorithm
Packages that use KeyAlgorithm
Package
Description
AWS Certificate Manager Construct Library
-
Uses of KeyAlgorithm in software.amazon.awscdk.services.certificatemanager
Fields in software.amazon.awscdk.services.certificatemanager declared as KeyAlgorithmModifier and TypeFieldDescriptionstatic final KeyAlgorithmKeyAlgorithm.EC_PRIME256_V1EC_prime256v1 algorithm.static final KeyAlgorithmKeyAlgorithm.EC_SECP384_R1EC_secp384r1 algorithm.static final KeyAlgorithmKeyAlgorithm.EC_SECP521_R1EC_secp521r1 algorithm.static final KeyAlgorithmKeyAlgorithm.RSA_1024RSA_1024 algorithm.static final KeyAlgorithmKeyAlgorithm.RSA_2048RSA_2048 algorithm.static final KeyAlgorithmKeyAlgorithm.RSA_3072RSA_3072 algorithm.static final KeyAlgorithmKeyAlgorithm.RSA_4096RSA_4096 algorithm.Methods in software.amazon.awscdk.services.certificatemanager that return KeyAlgorithmModifier and TypeMethodDescriptiondefault KeyAlgorithmCertificateProps.getKeyAlgorithm()Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.final KeyAlgorithmCertificateProps.Jsii$Proxy.getKeyAlgorithm()final KeyAlgorithmDnsValidatedCertificateProps.Jsii$Proxy.getKeyAlgorithm()default KeyAlgorithmPrivateCertificateProps.getKeyAlgorithm()Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.final KeyAlgorithmPrivateCertificateProps.Jsii$Proxy.getKeyAlgorithm()Methods in software.amazon.awscdk.services.certificatemanager with parameters of type KeyAlgorithmModifier and TypeMethodDescriptionCertificate.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm) Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.CertificateProps.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm) Sets the value ofCertificateProps.getKeyAlgorithm()DnsValidatedCertificate.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm) Deprecated.Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.DnsValidatedCertificateProps.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm) Sets the value ofCertificateProps.getKeyAlgorithm()PrivateCertificate.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm) Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.PrivateCertificateProps.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm) Sets the value ofPrivateCertificateProps.getKeyAlgorithm()