Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.PrivateKeyAttributesV3
-
Packages that use PrivateKeyAttributesV3 Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of PrivateKeyAttributesV3 in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return PrivateKeyAttributesV3 Modifier and Type Method Description PrivateKeyAttributesV3TemplateV3. privateKeyAttributes()Private key attributes allow you to specify the algorithm, minimal key length, key spec, key usage, and cryptographic providers for the private key of a certificate for v3 templates.Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type PrivateKeyAttributesV3 Modifier and Type Method Description TemplateV3.BuilderTemplateV3.Builder. privateKeyAttributes(PrivateKeyAttributesV3 privateKeyAttributes)Private key attributes allow you to specify the algorithm, minimal key length, key spec, key usage, and cryptographic providers for the private key of a certificate for v3 templates.
-