Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.WrappedKey
-
Packages that use WrappedKey Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of WrappedKey in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return WrappedKey Modifier and Type Method Description WrappedKeyGeneratePinDataRequest. encryptionWrappedKey()Returns the value of the EncryptionWrappedKey property for this object.WrappedKeyVerifyPinDataRequest. encryptionWrappedKey()Returns the value of the EncryptionWrappedKey property for this object.WrappedKeyReEncryptDataRequest. incomingWrappedKey()The WrappedKeyBlock containing the encryption key of incoming ciphertext data.WrappedKeyTranslatePinDataRequest. incomingWrappedKey()The WrappedKeyBlock containing the encryption key under which incoming PIN block data is encrypted.WrappedKeyReEncryptDataRequest. outgoingWrappedKey()The WrappedKeyBlock containing the encryption key of outgoing ciphertext data after encryption by Amazon Web Services Payment Cryptography.WrappedKeyTranslatePinDataRequest. outgoingWrappedKey()The WrappedKeyBlock containing the encryption key for encrypting outgoing PIN block data.WrappedKeyDecryptDataRequest. wrappedKey()The WrappedKeyBlock containing the encryption key for ciphertext decryption.WrappedKeyEncryptDataRequest. wrappedKey()The WrappedKeyBlock containing the encryption key for plaintext encryption.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type WrappedKey Modifier and Type Method Description GeneratePinDataRequest.BuilderGeneratePinDataRequest.Builder. encryptionWrappedKey(WrappedKey encryptionWrappedKey)Sets the value of the EncryptionWrappedKey property for this object.VerifyPinDataRequest.BuilderVerifyPinDataRequest.Builder. encryptionWrappedKey(WrappedKey encryptionWrappedKey)Sets the value of the EncryptionWrappedKey property for this object.ReEncryptDataRequest.BuilderReEncryptDataRequest.Builder. incomingWrappedKey(WrappedKey incomingWrappedKey)The WrappedKeyBlock containing the encryption key of incoming ciphertext data.TranslatePinDataRequest.BuilderTranslatePinDataRequest.Builder. incomingWrappedKey(WrappedKey incomingWrappedKey)The WrappedKeyBlock containing the encryption key under which incoming PIN block data is encrypted.ReEncryptDataRequest.BuilderReEncryptDataRequest.Builder. outgoingWrappedKey(WrappedKey outgoingWrappedKey)The WrappedKeyBlock containing the encryption key of outgoing ciphertext data after encryption by Amazon Web Services Payment Cryptography.TranslatePinDataRequest.BuilderTranslatePinDataRequest.Builder. outgoingWrappedKey(WrappedKey outgoingWrappedKey)The WrappedKeyBlock containing the encryption key for encrypting outgoing PIN block data.DecryptDataRequest.BuilderDecryptDataRequest.Builder. wrappedKey(WrappedKey wrappedKey)The WrappedKeyBlock containing the encryption key for ciphertext decryption.EncryptDataRequest.BuilderEncryptDataRequest.Builder. wrappedKey(WrappedKey wrappedKey)The WrappedKeyBlock containing the encryption key for plaintext encryption.
-