Uses of Enum
com.amazonaws.services.certificatemanager.model.KeyAlgorithm
Packages that use KeyAlgorithm
-
Uses of KeyAlgorithm in com.amazonaws.services.certificatemanager.model
Subclasses with type arguments of type KeyAlgorithm in com.amazonaws.services.certificatemanager.modelMethods in com.amazonaws.services.certificatemanager.model that return KeyAlgorithmModifier and TypeMethodDescriptionstatic KeyAlgorithmUse this in place of valueOf.static KeyAlgorithmReturns 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 TypeMethodDescriptionvoidCertificateDetail.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.