Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.PrivateKeyAttributesV2
-
Packages that use PrivateKeyAttributesV2 Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of PrivateKeyAttributesV2 in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return PrivateKeyAttributesV2 Modifier and Type Method Description PrivateKeyAttributesV2TemplateV2. 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.Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type PrivateKeyAttributesV2 Modifier and Type Method Description TemplateV2.BuilderTemplateV2.Builder. privateKeyAttributes(PrivateKeyAttributesV2 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.
-