Uses of Class
ca.gc.cyber.ops.assemblyline.java.client.model.HashSearchResult
Packages that use HashSearchResult
-
Uses of HashSearchResult in ca.gc.cyber.ops.assemblyline.java.client.clients
Methods in ca.gc.cyber.ops.assemblyline.java.client.clients that return types with arguments of type HashSearchResultModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Map<String,HashSearchResult>> AssemblylineClient.hashSearch(String fileHash) Search for a hash in multiple data sources, using default values for optional parameters.reactor.core.publisher.Mono<Map<String,HashSearchResult>> AssemblylineClient.hashSearch(String fileHash, List<String> dataSources, Integer maxTimeout) Search for a hash in multiple data sources.reactor.core.publisher.Mono<Map<String,HashSearchResult>> IAssemblylineClient.hashSearch(String fileHash) reactor.core.publisher.Mono<Map<String,HashSearchResult>> IAssemblylineClient.hashSearch(String fileHash, List<String> dataSources, Integer maxTimeout)