Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.EcdhDerivationAttributes
-
Packages that use EcdhDerivationAttributes Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of EcdhDerivationAttributes in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return EcdhDerivationAttributes Modifier and Type Method Description EcdhDerivationAttributesWrappedKeyMaterial. diffieHellmanSymmetricKey()The parameter information for deriving a ECDH shared key.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type EcdhDerivationAttributes Modifier and Type Method Description WrappedKeyMaterial.BuilderWrappedKeyMaterial.Builder. diffieHellmanSymmetricKey(EcdhDerivationAttributes diffieHellmanSymmetricKey)The parameter information for deriving a ECDH shared key.static WrappedKeyMaterialWrappedKeyMaterial. fromDiffieHellmanSymmetricKey(EcdhDerivationAttributes diffieHellmanSymmetricKey)Create an instance of this class withWrappedKeyMaterial.diffieHellmanSymmetricKey()initialized to the given value.
-