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