Uses of Class
com.amazonaws.services.certificatemanager.model.KeyAlgorithm
-
Packages that use KeyAlgorithm Package Description com.amazonaws.services.certificatemanager.model -
-
Uses of KeyAlgorithm in com.amazonaws.services.certificatemanager.model
Methods in com.amazonaws.services.certificatemanager.model that return KeyAlgorithm Modifier and Type Method Description static KeyAlgorithm
KeyAlgorithm. fromValue(String value)
Use this in place of valueOf.static KeyAlgorithm
KeyAlgorithm. 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 com.amazonaws.services.certificatemanager.model with parameters of type KeyAlgorithm Modifier and Type Method Description void
CertificateDetail. setKeyAlgorithm(KeyAlgorithm keyAlgorithm)
Asymmetric algorithm used to generate the public and private key pair.CertificateDetail
CertificateDetail. withKeyAlgorithm(KeyAlgorithm keyAlgorithm)
Asymmetric algorithm used to generate the public and private key pair.
-