Class DeriveSharedSecretResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeriveSharedSecretResponse.Builder,DeriveSharedSecretResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final SdkBytesThe plaintext shared secret encrypted with the public key from the attestation document.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()Identifies the key agreement algorithm used to derive the shared secret.final StringIdentifies the key agreement algorithm used to derive the shared secret.final StringkeyId()Identifies the KMS key used to derive the shared secret.final OriginTypeThe source of the key material for the specified KMS key.final StringThe source of the key material for the specified KMS key.static Class<? extends DeriveSharedSecretResponse.Builder>final SdkBytesThe raw secret derived from the specified key agreement algorithm, private key in the asymmetric KMS key, and your peer's public key.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.kms.model.KmsResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
keyId
Identifies the KMS key used to derive the shared secret.
- Returns:
- Identifies the KMS key used to derive the shared secret.
-
ciphertextForRecipient
The plaintext shared secret encrypted with the public key from the attestation document. This ciphertext can be decrypted only by using a private key from the attested environment.
This field is included in the response only when the
Recipientparameter in the request includes a valid attestation document from an Amazon Web Services Nitro enclave or NitroTPM. For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see Cryptographic attestation support in KMS in the Key Management Service Developer Guide.- Returns:
- The plaintext shared secret encrypted with the public key from the attestation document. This ciphertext
can be decrypted only by using a private key from the attested environment.
This field is included in the response only when the
Recipientparameter in the request includes a valid attestation document from an Amazon Web Services Nitro enclave or NitroTPM. For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see Cryptographic attestation support in KMS in the Key Management Service Developer Guide.
-
keyAgreementAlgorithm
Identifies the key agreement algorithm used to derive the shared secret.
If the service returns an enum value that is not available in the current SDK version,
keyAgreementAlgorithmwill returnKeyAgreementAlgorithmSpec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyAgreementAlgorithmAsString().- Returns:
- Identifies the key agreement algorithm used to derive the shared secret.
- See Also:
-
keyAgreementAlgorithmAsString
Identifies the key agreement algorithm used to derive the shared secret.
If the service returns an enum value that is not available in the current SDK version,
keyAgreementAlgorithmwill returnKeyAgreementAlgorithmSpec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyAgreementAlgorithmAsString().- Returns:
- Identifies the key agreement algorithm used to derive the shared secret.
- See Also:
-
keyOrigin
The source of the key material for the specified KMS key.
When this value is
AWS_KMS, KMS created the key material. When this value isEXTERNAL, the key material was imported or the KMS key doesn't have any key material.The only valid values for DeriveSharedSecret are
AWS_KMSandEXTERNAL. DeriveSharedSecret does not support KMS keys with aKeyOriginvalue ofAWS_CLOUDHSMorEXTERNAL_KEY_STORE.If the service returns an enum value that is not available in the current SDK version,
keyOriginwill returnOriginType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyOriginAsString().- Returns:
- The source of the key material for the specified KMS key.
When this value is
AWS_KMS, KMS created the key material. When this value isEXTERNAL, the key material was imported or the KMS key doesn't have any key material.The only valid values for DeriveSharedSecret are
AWS_KMSandEXTERNAL. DeriveSharedSecret does not support KMS keys with aKeyOriginvalue ofAWS_CLOUDHSMorEXTERNAL_KEY_STORE. - See Also:
-
keyOriginAsString
The source of the key material for the specified KMS key.
When this value is
AWS_KMS, KMS created the key material. When this value isEXTERNAL, the key material was imported or the KMS key doesn't have any key material.The only valid values for DeriveSharedSecret are
AWS_KMSandEXTERNAL. DeriveSharedSecret does not support KMS keys with aKeyOriginvalue ofAWS_CLOUDHSMorEXTERNAL_KEY_STORE.If the service returns an enum value that is not available in the current SDK version,
keyOriginwill returnOriginType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyOriginAsString().- Returns:
- The source of the key material for the specified KMS key.
When this value is
AWS_KMS, KMS created the key material. When this value isEXTERNAL, the key material was imported or the KMS key doesn't have any key material.The only valid values for DeriveSharedSecret are
AWS_KMSandEXTERNAL. DeriveSharedSecret does not support KMS keys with aKeyOriginvalue ofAWS_CLOUDHSMorEXTERNAL_KEY_STORE. - See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeriveSharedSecretResponse.Builder,DeriveSharedSecretResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-