@Generated(value="software.amazon.awssdk:codegen") public final class PrivateKeyFlagsV3 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PrivateKeyFlagsV3.Builder,PrivateKeyFlagsV3>
Private key flags for v3 templates specify the client compatibility, if the private key can be exported, if user input is required when using a private key, and if an alternate signature algorithm should be used.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PrivateKeyFlagsV3.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PrivateKeyFlagsV3.Builder |
builder() |
ClientCompatibilityV3 |
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()
Reguires the PKCS #1 v2.1 signature format for certificates.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PrivateKeyFlagsV3.Builder> |
serializableBuilderClass() |
Boolean |
strongKeyProtectionRequired()
Requirer user input when using the private key for enrollment.
|
PrivateKeyFlagsV3.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ClientCompatibilityV3 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 ClientCompatibilityV3.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from clientVersionAsString().
ClientCompatibilityV3public 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 ClientCompatibilityV3.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from clientVersionAsString().
ClientCompatibilityV3public final Boolean exportableKey()
Allows the private key to be exported.
public final Boolean requireAlternateSignatureAlgorithm()
Reguires 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 strongKeyProtectionRequired()
Requirer user input when using the private key for enrollment.
public PrivateKeyFlagsV3.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PrivateKeyFlagsV3.Builder,PrivateKeyFlagsV3>public static PrivateKeyFlagsV3.Builder builder()
public static Class<? extends PrivateKeyFlagsV3.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.