Class ExportKeyCryptogram
- java.lang.Object
-
- software.amazon.awssdk.services.paymentcryptography.model.ExportKeyCryptogram
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExportKeyCryptogram.Builder,ExportKeyCryptogram>
@Generated("software.amazon.awssdk:codegen") public final class ExportKeyCryptogram extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportKeyCryptogram.Builder,ExportKeyCryptogram>
Parameter information for key material export using asymmetric RSA wrap and unwrap key exchange method.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportKeyCryptogram.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportKeyCryptogram.Builderbuilder()StringcertificateAuthorityPublicKeyIdentifier()TheKeyARNof the certificate chain that signs the wrapping key certificate during RSA wrap and unwrap key export.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ExportKeyCryptogram.Builder>serializableBuilderClass()ExportKeyCryptogram.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwrappingKeyCertificate()The wrapping key certificate in PEM format (base64 encoded).WrappingKeySpecwrappingSpec()The wrapping spec for the key under export.StringwrappingSpecAsString()The wrapping spec for the key under export.-
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
-
certificateAuthorityPublicKeyIdentifier
public final String certificateAuthorityPublicKeyIdentifier()
The
KeyARNof the certificate chain that signs the wrapping key certificate during RSA wrap and unwrap key export.- Returns:
- The
KeyARNof the certificate chain that signs the wrapping key certificate during RSA wrap and unwrap key export.
-
wrappingKeyCertificate
public final String wrappingKeyCertificate()
The wrapping key certificate in PEM format (base64 encoded). Amazon Web Services Payment Cryptography uses this certificate to wrap the key under export.
- Returns:
- The wrapping key certificate in PEM format (base64 encoded). Amazon Web Services Payment Cryptography uses this certificate to wrap the key under export.
-
wrappingSpec
public final WrappingKeySpec wrappingSpec()
The wrapping spec for the key under export.
If the service returns an enum value that is not available in the current SDK version,
wrappingSpecwill returnWrappingKeySpec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwrappingSpecAsString().- Returns:
- The wrapping spec for the key under export.
- See Also:
WrappingKeySpec
-
wrappingSpecAsString
public final String wrappingSpecAsString()
The wrapping spec for the key under export.
If the service returns an enum value that is not available in the current SDK version,
wrappingSpecwill returnWrappingKeySpec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwrappingSpecAsString().- Returns:
- The wrapping spec for the key under export.
- See Also:
WrappingKeySpec
-
toBuilder
public ExportKeyCryptogram.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportKeyCryptogram.Builder,ExportKeyCryptogram>
-
builder
public static ExportKeyCryptogram.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportKeyCryptogram.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.
-
-