Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.WrappedKey.Builder
-
Packages that use WrappedKey.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of WrappedKey.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return WrappedKey.Builder Modifier and Type Method Description static WrappedKey.BuilderWrappedKey. builder()WrappedKey.BuilderWrappedKey.Builder. keyCheckValueAlgorithm(String keyCheckValueAlgorithm)The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).WrappedKey.BuilderWrappedKey.Builder. keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).WrappedKey.BuilderWrappedKey. toBuilder()default WrappedKey.BuilderWrappedKey.Builder. wrappedKeyMaterial(Consumer<WrappedKeyMaterial.Builder> wrappedKeyMaterial)Parameter information of a WrappedKeyBlock for encryption key exchange.WrappedKey.BuilderWrappedKey.Builder. wrappedKeyMaterial(WrappedKeyMaterial wrappedKeyMaterial)Parameter information of a WrappedKeyBlock for encryption key exchange.Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type WrappedKey.Builder Modifier and Type Method Description static Class<? extends WrappedKey.Builder>WrappedKey. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type WrappedKey.Builder Modifier and Type Method Description default GeneratePinDataRequest.BuilderGeneratePinDataRequest.Builder. encryptionWrappedKey(Consumer<WrappedKey.Builder> encryptionWrappedKey)Sets the value of the EncryptionWrappedKey property for this object.default VerifyPinDataRequest.BuilderVerifyPinDataRequest.Builder. encryptionWrappedKey(Consumer<WrappedKey.Builder> encryptionWrappedKey)Sets the value of the EncryptionWrappedKey property for this object.default ReEncryptDataRequest.BuilderReEncryptDataRequest.Builder. incomingWrappedKey(Consumer<WrappedKey.Builder> incomingWrappedKey)The WrappedKeyBlock containing the encryption key of incoming ciphertext data.default TranslatePinDataRequest.BuilderTranslatePinDataRequest.Builder. incomingWrappedKey(Consumer<WrappedKey.Builder> incomingWrappedKey)The WrappedKeyBlock containing the encryption key under which incoming PIN block data is encrypted.default ReEncryptDataRequest.BuilderReEncryptDataRequest.Builder. outgoingWrappedKey(Consumer<WrappedKey.Builder> outgoingWrappedKey)The WrappedKeyBlock containing the encryption key of outgoing ciphertext data after encryption by Amazon Web Services Payment Cryptography.default TranslatePinDataRequest.BuilderTranslatePinDataRequest.Builder. outgoingWrappedKey(Consumer<WrappedKey.Builder> outgoingWrappedKey)The WrappedKeyBlock containing the encryption key for encrypting outgoing PIN block data.default DecryptDataRequest.BuilderDecryptDataRequest.Builder. wrappedKey(Consumer<WrappedKey.Builder> wrappedKey)The WrappedKeyBlock containing the encryption key for ciphertext decryption.default EncryptDataRequest.BuilderEncryptDataRequest.Builder. wrappedKey(Consumer<WrappedKey.Builder> wrappedKey)The WrappedKeyBlock containing the encryption key for plaintext encryption.
-