Uses of Enum
com.amazonaws.services.certificatemanager.model.KeyAlgorithm
Packages that use KeyAlgorithm
-
Uses of KeyAlgorithm in com.amazonaws.services.certificatemanager.model
Methods in com.amazonaws.services.certificatemanager.model that return KeyAlgorithmModifier and TypeMethodDescriptionstatic KeyAlgorithm
Use this in place of valueOf.static KeyAlgorithm
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 com.amazonaws.services.certificatemanager.model with parameters of type KeyAlgorithmModifier and TypeMethodDescriptionvoid
CertificateDetail.setKeyAlgorithm
(KeyAlgorithm keyAlgorithm) Asymmetric algorithm used to generate the public and private key pair.CertificateDetail.withKeyAlgorithm
(KeyAlgorithm keyAlgorithm) Asymmetric algorithm used to generate the public and private key pair.