Struct aws_sdk_paymentcryptographydata::operation::verify_auth_request_cryptogram::VerifyAuthRequestCryptogramOutput
source · #[non_exhaustive]pub struct VerifyAuthRequestCryptogramOutput {
pub key_arn: Option<String>,
pub key_check_value: Option<String>,
pub auth_response_value: Option<String>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.key_arn: Option<String>
The keyARN
of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.
key_check_value: 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.
auth_response_value: Option<String>
The result for ARQC verification or ARPC generation within Amazon Web Services Payment Cryptography.
Implementations§
source§impl VerifyAuthRequestCryptogramOutput
impl VerifyAuthRequestCryptogramOutput
sourcepub fn key_arn(&self) -> Option<&str>
pub fn key_arn(&self) -> Option<&str>
The keyARN
of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.
sourcepub fn key_check_value(&self) -> Option<&str>
pub fn key_check_value(&self) -> Option<&str>
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) -> Option<&str>
pub fn auth_response_value(&self) -> Option<&str>
The result for ARQC verification or ARPC generation within Amazon Web Services Payment Cryptography.
source§impl VerifyAuthRequestCryptogramOutput
impl VerifyAuthRequestCryptogramOutput
sourcepub fn builder() -> VerifyAuthRequestCryptogramOutputBuilder
pub fn builder() -> VerifyAuthRequestCryptogramOutputBuilder
Creates a new builder-style object to manufacture VerifyAuthRequestCryptogramOutput
.
Trait Implementations§
source§impl Clone for VerifyAuthRequestCryptogramOutput
impl Clone for VerifyAuthRequestCryptogramOutput
source§fn clone(&self) -> VerifyAuthRequestCryptogramOutput
fn clone(&self) -> VerifyAuthRequestCryptogramOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for VerifyAuthRequestCryptogramOutput
impl PartialEq for VerifyAuthRequestCryptogramOutput
source§fn eq(&self, other: &VerifyAuthRequestCryptogramOutput) -> bool
fn eq(&self, other: &VerifyAuthRequestCryptogramOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for VerifyAuthRequestCryptogramOutput
impl RequestId for VerifyAuthRequestCryptogramOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.