Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.WrappedKeyMaterial
-
Packages that use WrappedKeyMaterial Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of WrappedKeyMaterial in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return WrappedKeyMaterial Modifier and Type Method Description static WrappedKeyMaterialWrappedKeyMaterial. fromDiffieHellmanSymmetricKey(Consumer<EcdhDerivationAttributes.Builder> diffieHellmanSymmetricKey)Create an instance of this class withdiffieHellmanSymmetricKey()initialized to the given value.static WrappedKeyMaterialWrappedKeyMaterial. fromDiffieHellmanSymmetricKey(EcdhDerivationAttributes diffieHellmanSymmetricKey)Create an instance of this class withdiffieHellmanSymmetricKey()initialized to the given value.static WrappedKeyMaterialWrappedKeyMaterial. fromTr31KeyBlock(String tr31KeyBlock)Create an instance of this class withtr31KeyBlock()initialized to the given value.WrappedKeyMaterialWrappedKey. wrappedKeyMaterial()Parameter information of a WrappedKeyBlock for encryption key exchange.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type WrappedKeyMaterial Modifier and Type Method Description WrappedKey.BuilderWrappedKey.Builder. wrappedKeyMaterial(WrappedKeyMaterial wrappedKeyMaterial)Parameter information of a WrappedKeyBlock for encryption key exchange.
-