Uses of Class
io.quarkus.vault.transit.RewrappingRequest
-
Packages that use RewrappingRequest Package Description io.quarkus.vault io.quarkus.vault.runtime io.quarkus.vault.transit -
-
Uses of RewrappingRequest in io.quarkus.vault
Methods in io.quarkus.vault that return types with arguments of type RewrappingRequest Modifier and Type Method Description Map<RewrappingRequest,String>VaultTransitSecretEngine. rewrap(String keyName, List<RewrappingRequest> requests)Reencrypt a list of encrypted data items with the last version of the specified key.io.smallrye.mutiny.Uni<Map<RewrappingRequest,String>>VaultTransitSecretReactiveEngine. rewrap(String keyName, List<RewrappingRequest> requests)Reencrypt a list of encrypted data items with the last version of the specified key.Method parameters in io.quarkus.vault with type arguments of type RewrappingRequest Modifier and Type Method Description Map<RewrappingRequest,String>VaultTransitSecretEngine. rewrap(String keyName, List<RewrappingRequest> requests)Reencrypt a list of encrypted data items with the last version of the specified key.io.smallrye.mutiny.Uni<Map<RewrappingRequest,String>>VaultTransitSecretReactiveEngine. rewrap(String keyName, List<RewrappingRequest> requests)Reencrypt a list of encrypted data items with the last version of the specified key. -
Uses of RewrappingRequest in io.quarkus.vault.runtime
Methods in io.quarkus.vault.runtime that return types with arguments of type RewrappingRequest Modifier and Type Method Description io.smallrye.mutiny.Uni<Map<RewrappingRequest,String>>VaultTransitManager. rewrap(String keyName, List<RewrappingRequest> requests)Method parameters in io.quarkus.vault.runtime with type arguments of type RewrappingRequest Modifier and Type Method Description io.smallrye.mutiny.Uni<Map<RewrappingRequest,String>>VaultTransitManager. rewrap(String keyName, List<RewrappingRequest> requests) -
Uses of RewrappingRequest in io.quarkus.vault.transit
Methods in io.quarkus.vault.transit that return types with arguments of type RewrappingRequest Modifier and Type Method Description Map<RewrappingRequest,String>VaultRewrappingBatchException. getErrors()Map<RewrappingRequest,String>VaultRewrappingBatchException. getValid()Constructor parameters in io.quarkus.vault.transit with type arguments of type RewrappingRequest Constructor Description VaultRewrappingBatchException(String message, Map<RewrappingRequest,EncryptionResult> results)
-