Uses of Interface
software.amazon.awssdk.services.pcaconnectorad.model.PrivateKeyAttributesV2.Builder
-
Packages that use PrivateKeyAttributesV2.Builder Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of PrivateKeyAttributesV2.Builder in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return PrivateKeyAttributesV2.Builder Modifier and Type Method Description static PrivateKeyAttributesV2.BuilderPrivateKeyAttributesV2. builder()PrivateKeyAttributesV2.BuilderPrivateKeyAttributesV2.Builder. cryptoProviders(String... cryptoProviders)Defines the cryptographic providers used to generate the private key.PrivateKeyAttributesV2.BuilderPrivateKeyAttributesV2.Builder. cryptoProviders(Collection<String> cryptoProviders)Defines the cryptographic providers used to generate the private key.PrivateKeyAttributesV2.BuilderPrivateKeyAttributesV2.Builder. keySpec(String keySpec)Defines the purpose of the private key.PrivateKeyAttributesV2.BuilderPrivateKeyAttributesV2.Builder. keySpec(KeySpec keySpec)Defines the purpose of the private key.PrivateKeyAttributesV2.BuilderPrivateKeyAttributesV2.Builder. minimalKeyLength(Integer minimalKeyLength)Set the minimum key length of the private key.PrivateKeyAttributesV2.BuilderPrivateKeyAttributesV2. toBuilder()Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type PrivateKeyAttributesV2.Builder Modifier and Type Method Description static Class<? extends PrivateKeyAttributesV2.Builder>PrivateKeyAttributesV2. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pcaconnectorad.model with type arguments of type PrivateKeyAttributesV2.Builder Modifier and Type Method Description default TemplateV2.BuilderTemplateV2.Builder. privateKeyAttributes(Consumer<PrivateKeyAttributesV2.Builder> privateKeyAttributes)Private key attributes allow you to specify the minimal key length, key spec, and cryptographic providers for the private key of a certificate for v2 templates.
-