Struct aws_sdk_paymentcryptographydata::operation::verify_auth_request_cryptogram::builders::VerifyAuthRequestCryptogramOutputBuilder
source · #[non_exhaustive]pub struct VerifyAuthRequestCryptogramOutputBuilder { /* private fields */ }
Expand description
A builder for VerifyAuthRequestCryptogramOutput
.
Implementations§
source§impl VerifyAuthRequestCryptogramOutputBuilder
impl VerifyAuthRequestCryptogramOutputBuilder
sourcepub fn key_arn(self, input: impl Into<String>) -> Self
pub fn key_arn(self, input: impl Into<String>) -> Self
The keyARN
of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.
sourcepub fn set_key_arn(self, input: Option<String>) -> Self
pub fn set_key_arn(self, input: Option<String>) -> Self
The keyARN
of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.
sourcepub fn get_key_arn(&self) -> &Option<String>
pub fn get_key_arn(&self) -> &Option<String>
The keyARN
of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.
sourcepub fn key_check_value(self, input: impl Into<String>) -> Self
pub fn key_check_value(self, input: impl Into<String>) -> Self
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed. Amazon Web Services Payment Cryptography calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.
sourcepub fn set_key_check_value(self, input: Option<String>) -> Self
pub fn set_key_check_value(self, input: Option<String>) -> Self
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed. Amazon Web Services Payment Cryptography calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.
sourcepub fn get_key_check_value(&self) -> &Option<String>
pub fn get_key_check_value(&self) -> &Option<String>
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed. Amazon Web Services Payment Cryptography calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.
sourcepub fn auth_response_value(self, input: impl Into<String>) -> Self
pub fn auth_response_value(self, input: impl Into<String>) -> Self
The result for ARQC verification or ARPC generation within Amazon Web Services Payment Cryptography.
sourcepub fn set_auth_response_value(self, input: Option<String>) -> Self
pub fn set_auth_response_value(self, input: Option<String>) -> Self
The result for ARQC verification or ARPC generation within Amazon Web Services Payment Cryptography.
sourcepub fn get_auth_response_value(&self) -> &Option<String>
pub fn get_auth_response_value(&self) -> &Option<String>
The result for ARQC verification or ARPC generation within Amazon Web Services Payment Cryptography.
sourcepub fn build(self) -> VerifyAuthRequestCryptogramOutput
pub fn build(self) -> VerifyAuthRequestCryptogramOutput
Consumes the builder and constructs a VerifyAuthRequestCryptogramOutput
.
Trait Implementations§
source§impl Clone for VerifyAuthRequestCryptogramOutputBuilder
impl Clone for VerifyAuthRequestCryptogramOutputBuilder
source§fn clone(&self) -> VerifyAuthRequestCryptogramOutputBuilder
fn clone(&self) -> VerifyAuthRequestCryptogramOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for VerifyAuthRequestCryptogramOutputBuilder
impl Default for VerifyAuthRequestCryptogramOutputBuilder
source§fn default() -> VerifyAuthRequestCryptogramOutputBuilder
fn default() -> VerifyAuthRequestCryptogramOutputBuilder
source§impl PartialEq<VerifyAuthRequestCryptogramOutputBuilder> for VerifyAuthRequestCryptogramOutputBuilder
impl PartialEq<VerifyAuthRequestCryptogramOutputBuilder> for VerifyAuthRequestCryptogramOutputBuilder
source§fn eq(&self, other: &VerifyAuthRequestCryptogramOutputBuilder) -> bool
fn eq(&self, other: &VerifyAuthRequestCryptogramOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.