Uses of Class
software.amazon.awssdk.services.acm.model.KeyAlgorithm
-
Packages that use KeyAlgorithm Package Description software.amazon.awssdk.services.acm.model -
-
Uses of KeyAlgorithm in software.amazon.awssdk.services.acm.model
Methods in software.amazon.awssdk.services.acm.model that return KeyAlgorithm Modifier and Type Method Description static KeyAlgorithmKeyAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyAlgorithmCertificateDetail. keyAlgorithm()The algorithm that was used to generate the public-private key pair.KeyAlgorithmCertificateSummary. keyAlgorithm()The algorithm that was used to generate the public-private key pair.KeyAlgorithmRequestCertificateRequest. keyAlgorithm()Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.static KeyAlgorithmKeyAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyAlgorithm[]KeyAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.acm.model that return types with arguments of type KeyAlgorithm Modifier and Type Method Description List<KeyAlgorithm>Filters. keyTypes()Specify one or more algorithms that can be used to generate key pairs.static Set<KeyAlgorithm>KeyAlgorithm. knownValues()Methods in software.amazon.awssdk.services.acm.model with parameters of type KeyAlgorithm Modifier and Type Method Description CertificateDetail.BuilderCertificateDetail.Builder. keyAlgorithm(KeyAlgorithm keyAlgorithm)The algorithm that was used to generate the public-private key pair.CertificateSummary.BuilderCertificateSummary.Builder. keyAlgorithm(KeyAlgorithm keyAlgorithm)The algorithm that was used to generate the public-private key pair.RequestCertificateRequest.BuilderRequestCertificateRequest.Builder. keyAlgorithm(KeyAlgorithm keyAlgorithm)Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.Filters.BuilderFilters.Builder. keyTypes(KeyAlgorithm... keyTypes)Specify one or more algorithms that can be used to generate key pairs.Method parameters in software.amazon.awssdk.services.acm.model with type arguments of type KeyAlgorithm Modifier and Type Method Description Filters.BuilderFilters.Builder. keyTypes(Collection<KeyAlgorithm> keyTypes)Specify one or more algorithms that can be used to generate key pairs.
-