Class PrivateKeyFlagsV3
- java.lang.Object
-
- software.amazon.awssdk.services.pcaconnectorad.model.PrivateKeyFlagsV3
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PrivateKeyFlagsV3.Builder,PrivateKeyFlagsV3>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePrivateKeyFlagsV3.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrivateKeyFlagsV3.Builderbuilder()ClientCompatibilityV3clientVersion()Defines the minimum client compatibility.StringclientVersionAsString()Defines the minimum client compatibility.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)BooleanexportableKey()Allows the private key to be exported.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanrequireAlternateSignatureAlgorithm()Reguires the PKCS #1 v2.1 signature format for certificates.List<SdkField<?>>sdkFields()static Class<? extends PrivateKeyFlagsV3.Builder>serializableBuilderClass()BooleanstrongKeyProtectionRequired()Requirer user input when using the private key for enrollment.PrivateKeyFlagsV3.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
clientVersion
public final ClientCompatibilityV3 clientVersion()
Defines the minimum client compatibility.
If the service returns an enum value that is not available in the current SDK version,
clientVersionwill returnClientCompatibilityV3.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromclientVersionAsString().- Returns:
- Defines the minimum client compatibility.
- See Also:
ClientCompatibilityV3
-
clientVersionAsString
public final String clientVersionAsString()
Defines the minimum client compatibility.
If the service returns an enum value that is not available in the current SDK version,
clientVersionwill returnClientCompatibilityV3.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromclientVersionAsString().- Returns:
- Defines the minimum client compatibility.
- See Also:
ClientCompatibilityV3
-
exportableKey
public final Boolean exportableKey()
Allows the private key to be exported.
- Returns:
- Allows the private key to be exported.
-
requireAlternateSignatureAlgorithm
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.
- Returns:
- Reguires the PKCS #1 v2.1 signature format for certificates. You should verify that your CA, objects, and applications can accept this signature format.
-
strongKeyProtectionRequired
public final Boolean strongKeyProtectionRequired()
Requirer user input when using the private key for enrollment.
- Returns:
- Requirer user input when using the private key for enrollment.
-
toBuilder
public PrivateKeyFlagsV3.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PrivateKeyFlagsV3.Builder,PrivateKeyFlagsV3>
-
builder
public static PrivateKeyFlagsV3.Builder builder()
-
serializableBuilderClass
public static Class<? extends PrivateKeyFlagsV3.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-