PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.Builder.algorithm(String algorithm) |
Defines the algorithm used to generate the private key.
|
PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.Builder.algorithm(PrivateKeyAlgorithm algorithm) |
Defines the algorithm used to generate the private key.
|
static PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.builder() |
|
PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.Builder.cryptoProviders(String... cryptoProviders) |
Defines the cryptographic providers used to generate the private key.
|
PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.Builder.cryptoProviders(Collection<String> cryptoProviders) |
Defines the cryptographic providers used to generate the private key.
|
PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.Builder.keySpec(String keySpec) |
Defines the purpose of the private key.
|
PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.Builder.keySpec(KeySpec keySpec) |
Defines the purpose of the private key.
|
default PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.Builder.keyUsageProperty(Consumer<KeyUsageProperty.Builder> keyUsageProperty) |
The key usage property defines the purpose of the private key contained in the certificate.
|
PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.Builder.keyUsageProperty(KeyUsageProperty keyUsageProperty) |
The key usage property defines the purpose of the private key contained in the certificate.
|
PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.Builder.minimalKeyLength(Integer minimalKeyLength) |
Set the minimum key length of the private key.
|
PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.toBuilder() |
|