Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.KeySpec
-
Packages that use KeySpec Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of KeySpec in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return KeySpec Modifier and Type Method Description static KeySpecKeySpec. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeySpecPrivateKeyAttributesV2. keySpec()Defines the purpose of the private key.KeySpecPrivateKeyAttributesV3. keySpec()Defines the purpose of the private key.KeySpecPrivateKeyAttributesV4. keySpec()Defines the purpose of the private key.static KeySpecKeySpec. valueOf(String name)Returns the enum constant of this type with the specified name.static KeySpec[]KeySpec. 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 KeySpec Modifier and Type Method Description static Set<KeySpec>KeySpec. knownValues()Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type KeySpec Modifier and Type Method Description PrivateKeyAttributesV2.BuilderPrivateKeyAttributesV2.Builder. keySpec(KeySpec keySpec)Defines the purpose of the private key.PrivateKeyAttributesV3.BuilderPrivateKeyAttributesV3.Builder. keySpec(KeySpec keySpec)Defines the purpose of the private key.PrivateKeyAttributesV4.BuilderPrivateKeyAttributesV4.Builder. keySpec(KeySpec keySpec)Defines the purpose of the private key.
-