Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.WrappedKey
-
Packages that use WrappedKey Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of WrappedKey in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return WrappedKey Modifier and Type Method Description WrappedKeyExportKeyResponse. wrappedKey()The key material under export as a TR-34 WrappedKeyBlock or a TR-31 WrappedKeyBlock.Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type WrappedKey Modifier and Type Method Description ExportKeyResponse.BuilderExportKeyResponse.Builder. wrappedKey(WrappedKey wrappedKey)The key material under export as a TR-34 WrappedKeyBlock or a TR-31 WrappedKeyBlock.
-