@Generated(value="software.amazon.awssdk:codegen") public final class PrivateKeyFlagsV4 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PrivateKeyFlagsV4.Builder,PrivateKeyFlagsV4>
Private key flags for v4 templates specify the client compatibility, if the private key can be exported, if user input is required when using a private key, if an alternate signature algorithm should be used, and if certificates are renewed using the same private key.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PrivateKeyFlagsV4.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PrivateKeyFlagsV4.Builder |
builder() |
ClientCompatibilityV4 |
clientVersion()
Defines the minimum client compatibility.
|
String |
clientVersionAsString()
Defines the minimum client compatibility.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
exportableKey()
Allows the private key to be exported.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
requireAlternateSignatureAlgorithm()
Requires the PKCS #1 v2.1 signature format for certificates.
|
Boolean |
requireSameKeyRenewal()
Renew certificate using the same private key.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PrivateKeyFlagsV4.Builder> |
serializableBuilderClass() |
Boolean |
strongKeyProtectionRequired()
Require user input when using the private key for enrollment.
|
PrivateKeyFlagsV4.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
useLegacyProvider()
Specifies the cryptographic service provider category used to generate private keys.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ClientCompatibilityV4 clientVersion()
Defines the minimum client compatibility.
If the service returns an enum value that is not available in the current SDK version, clientVersion
will return ClientCompatibilityV4.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from clientVersionAsString().
ClientCompatibilityV4public final String clientVersionAsString()
Defines the minimum client compatibility.
If the service returns an enum value that is not available in the current SDK version, clientVersion
will return ClientCompatibilityV4.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from clientVersionAsString().
ClientCompatibilityV4public final Boolean exportableKey()
Allows the private key to be exported.
public final Boolean requireAlternateSignatureAlgorithm()
Requires the PKCS #1 v2.1 signature format for certificates. You should verify that your CA, objects, and applications can accept this signature format.
public final Boolean requireSameKeyRenewal()
Renew certificate using the same private key.
public final Boolean strongKeyProtectionRequired()
Require user input when using the private key for enrollment.
public final Boolean useLegacyProvider()
Specifies the cryptographic service provider category used to generate private keys. Set to TRUE to use Legacy Cryptographic Service Providers and FALSE to use Key Storage Providers.
public PrivateKeyFlagsV4.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PrivateKeyFlagsV4.Builder,PrivateKeyFlagsV4>public static PrivateKeyFlagsV4.Builder builder()
public static Class<? extends PrivateKeyFlagsV4.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.