Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.PrivateKeyAlgorithm
-
Packages that use PrivateKeyAlgorithm Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of PrivateKeyAlgorithm in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return PrivateKeyAlgorithm Modifier and Type Method Description PrivateKeyAlgorithmPrivateKeyAttributesV3. algorithm()Defines the algorithm used to generate the private key.PrivateKeyAlgorithmPrivateKeyAttributesV4. algorithm()Defines the algorithm used to generate the private key.static PrivateKeyAlgorithmPrivateKeyAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PrivateKeyAlgorithmPrivateKeyAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static PrivateKeyAlgorithm[]PrivateKeyAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type PrivateKeyAlgorithm Modifier and Type Method Description static Set<PrivateKeyAlgorithm>PrivateKeyAlgorithm. knownValues()Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type PrivateKeyAlgorithm Modifier and Type Method Description PrivateKeyAttributesV3.BuilderPrivateKeyAttributesV3.Builder. algorithm(PrivateKeyAlgorithm algorithm)Defines the algorithm used to generate the private key.PrivateKeyAttributesV4.BuilderPrivateKeyAttributesV4.Builder. algorithm(PrivateKeyAlgorithm algorithm)Defines the algorithm used to generate the private key.
-