Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.WrappedKeyMaterial.Builder
-
Packages that use WrappedKeyMaterial.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of WrappedKeyMaterial.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return WrappedKeyMaterial.Builder Modifier and Type Method Description static WrappedKeyMaterial.BuilderWrappedKeyMaterial. builder()default WrappedKeyMaterial.BuilderWrappedKeyMaterial.Builder. diffieHellmanSymmetricKey(Consumer<EcdhDerivationAttributes.Builder> diffieHellmanSymmetricKey)The parameter information for deriving a ECDH shared key.WrappedKeyMaterial.BuilderWrappedKeyMaterial.Builder. diffieHellmanSymmetricKey(EcdhDerivationAttributes diffieHellmanSymmetricKey)The parameter information for deriving a ECDH shared key.WrappedKeyMaterial.BuilderWrappedKeyMaterial. toBuilder()WrappedKeyMaterial.BuilderWrappedKeyMaterial.Builder. tr31KeyBlock(String tr31KeyBlock)The TR-31 wrapped key block.Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type WrappedKeyMaterial.Builder Modifier and Type Method Description static Class<? extends WrappedKeyMaterial.Builder>WrappedKeyMaterial. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type WrappedKeyMaterial.Builder Modifier and Type Method Description default WrappedKey.BuilderWrappedKey.Builder. wrappedKeyMaterial(Consumer<WrappedKeyMaterial.Builder> wrappedKeyMaterial)Parameter information of a WrappedKeyBlock for encryption key exchange.
-