Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.ImportTr31KeyBlock.Builder
-
Packages that use ImportTr31KeyBlock.Builder Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of ImportTr31KeyBlock.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return ImportTr31KeyBlock.Builder Modifier and Type Method Description static ImportTr31KeyBlock.BuilderImportTr31KeyBlock. builder()ImportTr31KeyBlock.BuilderImportTr31KeyBlock. toBuilder()ImportTr31KeyBlock.BuilderImportTr31KeyBlock.Builder. wrappedKeyBlock(String wrappedKeyBlock)The TR-31 wrapped key block to import.ImportTr31KeyBlock.BuilderImportTr31KeyBlock.Builder. wrappingKeyIdentifier(String wrappingKeyIdentifier)TheKeyARNof the key that will decrypt or unwrap a TR-31 key block during import.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type ImportTr31KeyBlock.Builder Modifier and Type Method Description static Class<? extends ImportTr31KeyBlock.Builder>ImportTr31KeyBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptography.model with type arguments of type ImportTr31KeyBlock.Builder Modifier and Type Method Description static ImportKeyMaterialImportKeyMaterial. fromTr31KeyBlock(Consumer<ImportTr31KeyBlock.Builder> tr31KeyBlock)Create an instance of this class withImportKeyMaterial.tr31KeyBlock()initialized to the given value.default ImportKeyMaterial.BuilderImportKeyMaterial.Builder. tr31KeyBlock(Consumer<ImportTr31KeyBlock.Builder> tr31KeyBlock)Parameter information for key material import using symmetric TR-31 key exchange method.
-